mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 20:31:34 +02:00
6 lines
151 B
Docker
6 lines
151 B
Docker
FROM sharelatex/sharelatex:5.5.5
|
|
|
|
RUN apt update \
|
|
&& unattended-upgrade --verbose --no-minimal-upgrade-steps \
|
|
&& rm -rf /var/lib/apt/lists/*
|