Skip to content

Commit 331b6ce

Browse files
committed
chore: foo
1 parent cfdd8d6 commit 331b6ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitpod.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Need to add :latest, otherwise old versions (e.g. of node) are installed
22
FROM gitpod/workspace-full-vnc:latest
33

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
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
66
# RUN git lfs install
77

88
# https://www.gitpod.io/docs/languages/javascript

0 commit comments

Comments
 (0)