Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
|
@@ -41,9 +41,7 @@ RUN echo '{ \
|
|
| 41 |
User root
|
| 42 |
|
| 43 |
# Install Python extension for code-server
|
| 44 |
-
|
| 45 |
-
curl -L -o /home/coder/.local/share/code-server/extensions/ms-python.python-2022.2.1924087327.vsix https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2022.2.1924087327/vspackage && \
|
| 46 |
-
code-server --install-extension /home/coder/.local/share/code-server/extensions/ms-python.python-2022.2.1924087327.vsix
|
| 47 |
|
| 48 |
# Change ownership of the configuration and extension directories
|
| 49 |
RUN chown -R coder:coder /home/coder/.config && \
|
|
|
|
| 41 |
User root
|
| 42 |
|
| 43 |
# Install Python extension for code-server
|
| 44 |
+
|
|
|
|
|
|
|
| 45 |
|
| 46 |
# Change ownership of the configuration and extension directories
|
| 47 |
RUN chown -R coder:coder /home/coder/.config && \
|