We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f5d3d6 + cb1666f commit e6e9de3Copy full SHA for e6e9de3
Dockerfile.dev
@@ -33,7 +33,6 @@ RUN apk update &&\
33
RUN mkdir -p /val-data /rpc-data /usr/share/devnet-resources /val-data/consensus/beacondata
34
35
# Copy built binaries and scripts from build
36
-COPY --from=build /go-ethereum/bootnode /usr/bin/
37
COPY --from=build /go-ethereum/build/bin/geth /usr/bin/
38
COPY --from=build /usr/bin/prysm-beacon /usr/bin/prysm-validator /usr/bin/prysm-ctl /usr/bin/
39
0 commit comments