Skip to content

Commit

Permalink
add zip and unzip to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Jul 11, 2024
1 parent 59e2434 commit c02c164
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 @@ -6,7 +6,7 @@ ARG BUILDNUM=""
# Build Geth in a stock Go builder container
FROM golang:1.22.3-alpine@sha256:f1fe698725f6ed14eb944dc587591f134632ed47fc0732ec27c7642adbe90618 as builder

RUN apk add --no-cache gcc musl-dev linux-headers git ca-certificates tzdata
RUN apk add --no-cache gcc musl-dev linux-headers git ca-certificates tzdata zip unzip

# Get dependencies - will also be cached if we won't change go.mod/go.sum
COPY go.mod /go-ethereum/
Expand Down

0 comments on commit c02c164

Please sign in to comment.