Skip to content

Commit

Permalink
fixed go path
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebono1 authored May 29, 2023
1 parent 342801f commit 2d44e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN tar -C /usr/local -xzf go1.19.9.linux-amd64.tar.gz

RUN rm -rf go1.19.9.linux-amd64.tar.gz

RUN export PATH=$PATH:/usr/local/go/bin
ENV PATH="${PATH}:/usr/local/go/bin"

#
CMD ["/bin/bash"]
Expand Down

0 comments on commit 2d44e62

Please sign in to comment.