mirror of
https://git.fifo-f.eu/tex-projects/docker-images.git
synced 2025-04-18 12:48:19 +02:00
Update GitLab CI file
- hide nginx version info in container Signed-off-by: Fifo F <fifo@fifo-f.eu>
This commit is contained in:
parent
2a74e269e5
commit
1a1000e562
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ build:
|
|||
luaotfload-tool -fu && \
|
||||
tlmgr path add && \
|
||||
apt update && apt install -y inkscape lilypond python3-pygments && \
|
||||
echo shell_escape = t >> /usr/local/texlive/2024/texmf.cnf"
|
||||
echo shell_escape = t >> /usr/local/texlive/2024/texmf.cnf && \
|
||||
echo 'server_tokens off;' > /etc/nginx/conf.d/security.conf"
|
||||
docker commit --change "ENTRYPOINT $IMAGE_ENTRYPOINT" temp $IMAGE_NAME:$OVERLEAF_VERSION
|
||||
docker tag $IMAGE_NAME:$OVERLEAF_VERSION $IMAGE_NAME:latest
|
||||
docker save -o $ARCHIVED_IMAGE $IMAGE_NAME:$OVERLEAF_VERSION $IMAGE_NAME:latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue