mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
ci[GLIT-67]: debug the permission issue
This commit is contained in:
parent
0ce74739e7
commit
938a928e2e
1 changed files with 2 additions and 1 deletions
|
|
@ -28,7 +28,8 @@ COPY go.mod .
|
|||
COPY go.sum .
|
||||
RUN go mod download
|
||||
ADD . .
|
||||
RUN go run build/ci.go install ./cmd/evm && cp build/bin/evm /target
|
||||
RUN go run build/ci.go install ./cmd/evm
|
||||
RUN cp build/bin/evm /target
|
||||
|
||||
FROM alpine:3.15
|
||||
ENV ETHEREUM_TEST_PATH="/tests"
|
||||
|
|
|
|||
Loading…
Reference in a new issue