mirror of
https://git.unistra.fr/aius/root/ldap-overleaf-sl.git
synced 2025-05-04 11:45:26 +02:00
Clean apt cache
This commit is contained in:
parent
4bc203a757
commit
a107b6444c
1 changed files with 3 additions and 1 deletions
|
@ -57,7 +57,9 @@ RUN npm install -g npm && \
|
|||
rm /overleaf/services/web/modules/user-activate/app/views/user/register.pug && \
|
||||
### To remove comments entirly (bug https://github.com/overleaf/overleaf/issues/678)
|
||||
rm /overleaf/services/web/app/views/project/editor/review-panel.pug && \
|
||||
touch /overleaf/services/web/app/views/project/editor/review-panel.pug
|
||||
touch /overleaf/services/web/app/views/project/editor/review-panel.pug && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
### Nginx and Certificates
|
||||
# enable https via letsencrypt
|
||||
|
|
Loading…
Add table
Reference in a new issue