Skip to content

Commit

Permalink
Add git to the Docker image (#291) (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
air3ijai committed May 28, 2024
1 parent 93cc7c6 commit c84726a
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 @@ -13,7 +13,7 @@ RUN cd $D && go build -o web3-alpine ./cmd/web3 && cp web3-alpine /tmp/

# final stage
FROM alpine
RUN apk add --no-cache ca-certificates
RUN apk add --no-cache ca-certificates git
WORKDIR /app
COPY --from=build-env /tmp/web3-alpine /app/web3
ENTRYPOINT ["/app/web3"]

0 comments on commit c84726a

Please sign in to comment.