mirror of
https://github.com/linuxserver/docker-code-server
synced 2025-06-26 18:27:40 +00:00
move binary to /usr/bin
This commit is contained in:
@@ -16,8 +16,6 @@ RUN \
|
||||
git \
|
||||
net-tools && \
|
||||
echo "**** install code-server ****" && \
|
||||
mkdir -p \
|
||||
/opt/code-server && \
|
||||
if [ -z ${CODE_RELEASE+x} ]; then \
|
||||
CODE_RELEASE=$(curl -sX GET "https://api.github.com/repos/cdr/code-server/releases/latest" \
|
||||
| awk '/tag_name/{print $4;exit}' FS='[""]'); \
|
||||
@@ -26,7 +24,8 @@ RUN \
|
||||
/tmp/code.tar.gz -L \
|
||||
"https://github.com/cdr/code-server/releases/download/${CODE_RELEASE}/code-server${CODE_RELEASE}-linux-x64.tar.gz" && \
|
||||
tar xzf /tmp/code.tar.gz -C \
|
||||
/opt/code-server/ --strip-components=1 && \
|
||||
/usr/bin/ --strip-components=1 \
|
||||
--wildcards code-server*/code-server && \
|
||||
echo "**** clean up ****" && \
|
||||
rm -rf \
|
||||
/tmp/* \
|
||||
|
||||
Reference in New Issue
Block a user