Befehl zur Installation von texlive-full hinzugefügt.
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user