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