We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 037e43e commit bb6253aCopy full SHA for bb6253a
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM codercom/code-server:3.9.1
+FROM codercom/code-server:3.10.2
2
3
RUN sudo apt-get -y update && \
4
sudo apt-get -y install wget \
@@ -30,5 +30,5 @@ RUN code-server --install-extension ms-kubernetes-tools.vscode-kubernetes-tools
30
RUN code-server --install-extension redhat.vscode-yaml
31
#ADD vscode-settings.json /home/coder/.local/share/code-server/User/settings.json
32
33
-RUN alias python=python3
34
RUN echo "alias pip=pip3" >> ~/.bashrc
+RUN echo "alias python=python3" >> ~/.bashrc
0 commit comments