Skip to content

Commit

Permalink
fix: remove a duplicated cmd in Dockerfile.mockccc
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlyguo committed Sep 19, 2024
1 parent 86965f8 commit 3fd0260
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile.mockccc
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ FROM scrolltech/go-rust-builder:go-1.21-rust-nightly-2023-12-03 as builder
ADD . /go-ethereum
RUN cd /go-ethereum && env GO111MODULE=on go run build/ci.go install ./cmd/geth

RUN cd /go-ethereum && env GO111MODULE=on go run build/ci.go install ./cmd/geth

# Pull Geth into a second stage deploy alpine container
FROM ubuntu:20.04

Expand Down

0 comments on commit 3fd0260

Please sign in to comment.