Spaces:
Runtime error
Runtime error
sjs
Browse files- Dockerfile +4 -4
Dockerfile
CHANGED
@@ -74,10 +74,10 @@ RUN --mount=target=/root/on_startup.sh,source=on_startup.sh,readwrite \
|
|
74 |
bash /root/on_startup.sh
|
75 |
|
76 |
# install code cli
|
77 |
-
|
78 |
-
|
79 |
-
RUN curl -o vscode.deb https://az764295.vo.msecnd.net/stable/f1b07bd25dfad64b0167beb15359ae573aecd2cc/code_1.83.1-1696982868_amd64.deb
|
80 |
-
RUN apt-get install ./vscode.deb
|
81 |
# RUN echo *
|
82 |
RUN cp code /usr/local/bin
|
83 |
RUN chmod +x /usr/local/bin/code
|
|
|
74 |
bash /root/on_startup.sh
|
75 |
|
76 |
# install code cli
|
77 |
+
RUN curl -o vscode_cli.tar.gz https://az764295.vo.msecnd.net/stable/f1b07bd25dfad64b0167beb15359ae573aecd2cc/vscode_cli_alpine_x64_cli.tar.gz
|
78 |
+
RUN tar -xf vscode_cli.tar.gz
|
79 |
+
# RUN curl -o vscode.deb https://az764295.vo.msecnd.net/stable/f1b07bd25dfad64b0167beb15359ae573aecd2cc/code_1.83.1-1696982868_amd64.deb
|
80 |
+
# RUN apt-get install ./vscode.deb
|
81 |
# RUN echo *
|
82 |
RUN cp code /usr/local/bin
|
83 |
RUN chmod +x /usr/local/bin/code
|