v2 compatibility

This commit is contained in:
aptalca
2019-10-24 15:51:46 -04:00
committed by Ryan Kuba
parent 524ba35499
commit a3a6e0f937
4 changed files with 9 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ RUN \
fi && \
curl -o \
/tmp/code.tar.gz -L \
"https://github.com/cdr/code-server/releases/download/${CODE_RELEASE}/code-server${CODE_RELEASE}-linux-x64.tar.gz" && \
"https://github.com/cdr/code-server/releases/download/${CODE_RELEASE}/code-server${CODE_RELEASE}-linux-x86_64.tar.gz" && \
tar xzf /tmp/code.tar.gz -C \
/usr/bin/ --strip-components=1 \
--wildcards code-server*/code-server && \