Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
coderzc authored May 15, 2024
1 parent 2af4e3d commit b3433e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ USER root
# install golang
ENV GOLANG_VERSION 1.18.1

# install curl, git, build-essential, includes gcc, g++ and make.
RUN apk update && apk add curl git build-dependencies
# install curl, git, build-base.
RUN apk update && apk add curl git build-base

RUN curl -sSL https://storage.googleapis.com/golang/go$GOLANG_VERSION.linux-amd64.tar.gz \
| tar -C /usr/local -xz
Expand Down

0 comments on commit b3433e6

Please sign in to comment.