mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
18fc51bfa4
[CE/SP] Hotfix 5.5.6 GitOrigin-RevId: f5390576b4ea0c9d7e5a2c145130b3f01a8bc431
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/*
|