Update Dockerfile

This commit is contained in:
Alexandre
2024-03-02 22:47:22 +01:00
committed by GitHub
parent 65d7c46745
commit e32a8cec28

View File

@@ -40,7 +40,7 @@ RUN if [ -f /config/settings.js ]; then sed -i "s|/var/lib/sharelatex/data|/conf
COPY rootfs/ /
RUN \
apt-get install gnupg curl && \
apt-get install -y gnupg curl && \
curl -fsSL https://www.mongodb.org/static/pgp/server-7.0.asc | \
gpg -o /usr/share/keyrings/mongodb-server-7.0.gpg \
--dearmor && \