File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ RUN curl -o olderrunc -L https://github.com/opencontainers/runc/releases/downloa
4
4
RUN sudo rm /usr/bin/runc && sudo cp olderrunc /usr/bin/runc
5
5
RUN sudo apt-get -qq update && sudo apt-get install -y zsh && sudo chsh -s $(which zsh)
6
6
RUN sh -c "$(curl -fsSL https://starship.rs/install.sh)" -- --yes && echo 'eval "$(starship init zsh)"' > .zshrc
7
- RUN curl -OL https://github.com/lando/lando/releases/download/v3.1.4 /lando-v3.1.4. deb && sudo dpkg -i --ignore-depends docker-ce,iptables lando-v3.1.4. deb && rm -rf lando-v3.1.4 .deb
7
+ RUN curl -OL https://github.com/lando/lando/releases/download/v3.4.2 /lando-x64- v3.4.2. deb && sudo dpkg -i --ignore-depends docker-ce,iptables lando-x64- v3.4.2. deb && rm -rf lando-x64- v3.4.2 .deb
8
8
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
You can’t perform that action at this time.
0 commit comments