Skip to content

Commit 84849fd

Browse files
committed
small fixups
1 parent 0b6d66e commit 84849fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitpod.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ FROM gitpod/workspace-full
22
# Make runc's proc mount work again https://github.com/gitpod-io/gitpod/issues/5124#issuecomment-897048987
33
RUN curl -o olderrunc -L https://github.com/opencontainers/runc/releases/download/v1.0.0-rc93/runc.amd64 && chmod 755 olderrunc
44
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
66
RUN mkdir -p ~/.lando && echo "proxy: 'ON'\nproxyHttpPort: '8080'\nproxyHttpsPort: '4443'\nbindAddress: '0.0.0.0'\nproxyBindAddress: '0.0.0.0'" > ~/.lando/config.yml

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ x-environment:
1919
x-user:
2020
&default-user
2121
# 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'
2323

2424
volumes:
2525
files:

0 commit comments

Comments
 (0)