We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfdd8d6 commit 331b6ceCopy full SHA for 331b6ce
.gitpod.Dockerfile
@@ -1,8 +1,8 @@
1
# Need to add :latest, otherwise old versions (e.g. of node) are installed
2
FROM gitpod/workspace-full-vnc:latest
3
4
-RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
5
-RUN sudo apt-get install git-lfs
+# RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
+# RUN sudo apt-get install git-lfs
6
# RUN git lfs install
7
8
# https://www.gitpod.io/docs/languages/javascript
0 commit comments