Skip to content

Commit

Permalink
remove usr bin go
Browse files Browse the repository at this point in the history
  • Loading branch information
seanvaleo committed Jan 5, 2024
1 parent 9301188 commit d2fc27e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/builder/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ RUN apt-get update && \

# Install Go
RUN curl -LO https://go.dev/dl/go1.21.4.linux-amd64.tar.gz && \
rm -rf /usr/bin/go && \
rm -rf /usr/local/go && \
tar -C /usr/local -xzf go1.21.4.linux-amd64.tar.gz
ENV PATH "$PATH:/usr/local/go/bin"
Expand Down

0 comments on commit d2fc27e

Please sign in to comment.