mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 11:01:56 +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/*
|