File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ FROM gitpod/workspace-full
2
2
# Make runc's proc mount work again https://github.com/gitpod-io/gitpod/issues/5124#issuecomment-897048987
3
3
RUN curl -o olderrunc -L https://github.com/opencontainers/runc/releases/download/v1.0.0-rc93/runc.amd64 && chmod 755 olderrunc
4
4
RUN sudo rm /usr/bin/runc && sudo cp olderrunc /usr/bin/runc
5
- RUN curl -OL https://github.com/lando/lando /releases/download/v3.1.4 /lando-v3.1.4. deb && sudo dpkg -i lando-v3.1.4. deb && rm -rf lando-v3.1.4 .deb
5
+ RUN curl -OL https://github.com/lando/cli /releases/download/v3.4.0 /lando-linux-x64- v3.4.0. deb && sudo dpkg -i lando-linux-x64- v3.4.0. deb && rm -rf lando-linux-x64- v3.4.0 .deb
6
6
RUN mkdir -p ~/.lando && echo "proxy: 'ON'\n proxyHttpPort: '8080'\n proxyHttpsPort: '4443'\n bindAddress: '0.0.0.0'\n proxyBindAddress: '0.0.0.0'" > ~/.lando/config.yml
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ x-environment:
19
19
x-user :
20
20
&default-user
21
21
# The default user under which the containers should run. Change this if you are on linux and run with another user than id `1000`
22
- user : ' 1000 '
22
+ user : ' 33333 '
23
23
24
24
volumes :
25
25
files :
You can’t perform that action at this time.
0 commit comments