mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 10:10:08 +02:00
Addresses docker configuration issues Updates min mongo version checks in 6.0.1 GitOrigin-RevId: 7d799614520fb681f3641d47f2a6af3c2a09a1a8
7 lines
219 B
Docker
7 lines
219 B
Docker
FROM sharelatex/sharelatex:5.5.6
|
|
|
|
# Apply security updates to base image
|
|
RUN apt update && apt install -y linux-libc-dev \
|
|
&& unattended-upgrade --verbose --no-minimal-upgrade-steps \
|
|
&& rm -rf /var/lib/apt/lists/*
|