v1-beta #2

Merged
musabe24 merged 4 commits from v1-beta into main 2024-02-25 19:40:03 +01:00
Showing only changes of commit 2701780401 - Show all commits

View File

@@ -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 \