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