diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ -FROM --platform=linux/amd64 ubuntu:22.04 +FROM ubuntu:24.04 RUN apt-get update -y && apt install -y git make golang zsh fish ruby tmux -RUN gem install --no-document -v 5.14.2 minitest +RUN gem install --no-document -v 5.22.3 minitest RUN echo '. /usr/share/bash-completion/completions/git' >> ~/.bashrc RUN echo '. ~/.bashrc' >> ~/.bash_profile |
