We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a822f0 commit 2fd1e8bCopy full SHA for 2fd1e8b
Dockerfile
@@ -28,7 +28,7 @@ RUN \
28
"https://github.com/cdr/code-server/releases/download/${CODE_RELEASE}/code-server${CODE_RELEASE}-linux-x86_64.tar.gz" && \
29
tar xzf /tmp/code.tar.gz -C \
30
/usr/bin/ --strip-components=1 \
31
- --wildcards code-server*/code-server && \
+ --wildcards code-server*/code-server && \
32
echo "**** clean up ****" && \
33
rm -rf \
34
/tmp/* \
0 commit comments