Befehl zur Installation von texlive-full hinzugefügt.

This commit is contained in:
2024-02-24 13:09:44 +01:00
parent a37bd971b7
commit 2701780401

View File

@@ -22,6 +22,11 @@ RUN \
net-tools \
netcat \
sudo && \
echo "**** install texlive-full ****" && \
apt-get update &&\
apt-get install -y \
texlive-full \
sudo && \
echo "**** install code-server ****" && \
if [ -z ${CODE_RELEASE+x} ]; then \
CODE_RELEASE=$(curl -sX GET https://api.github.com/repos/coder/code-server/releases/latest \