Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
archlitchi authored Sep 18, 2024
1 parent f6df6be commit 113c053
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ RUN apt update -y && apt install -y gcc make wget software-properties-common
RUN add-apt-repository ppa:longsleep/golang-backports
RUN apt update
RUN apt install -y golang-1.22
#ARG GO_VERSION=1.22.5
#RUN wget https://golang.google.cn/dl/go$GO_VERSION.linux-arm64.tar.gz
#RUN rm -rf /usr/local/go && tar -C /usr/local -xzf go$GO_VERSION.linux-arm64.tar.gz
ENV PATH=/usr/local/go/bin:/root/go/bin:$PATH
ENV PATH=/usr/lib/go-1.22/bin:/usr/local/go/bin:/root/go/bin:$PATH
ARG GOPROXY
ARG VERSION
ADD . /build
Expand Down

0 comments on commit 113c053

Please sign in to comment.