Skip to content

Commit

Permalink
Merge pull request #29 from kerelape/go
Browse files Browse the repository at this point in the history
Go
  • Loading branch information
yegor256 committed Mar 24, 2023
2 parents 0502fe6 + 1db7bf3 commit e2ef04f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Expand Up @@ -249,6 +249,11 @@ RUN echo 'export PATH=${PATH}:${HOME}/.cargo/bin' >> /root/.profile
RUN ${HOME}/.cargo/bin/rustup toolchain install stable
RUN bash -c '[[ "$(${HOME}/.cargo/bin/cargo --version)" =~ "1.66" ]]'

# Go
RUN apt-get update
RUN apt-get install -y golang
RUN go version

# Clean up
RUN rm -rf /tmp/*
RUN rm -rf /root/.ssh
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -19,6 +19,7 @@ This image has the following product installed, in latest versions:
* Maven
* Python
* NodeJS
* Go

To use Java 17 do this:

Expand Down

0 comments on commit e2ef04f

Please sign in to comment.