Skip to content

Commit

Permalink
cotnainers/docker: fix the legacy alpine image before dropping
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe committed May 31, 2017
1 parent 067dc2c commit 3ecde4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/docker/master-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.5

RUN \
apk add --update go git make gcc musl-dev linux-headers ca-certificates && \
git clone --depth 1 --branch release/1.5 https://github.com/ethereum/go-ethereum && \
git clone --depth 1 --branch release/1.6 https://github.com/ethereum/go-ethereum && \
(cd go-ethereum && make geth) && \
cp go-ethereum/build/bin/geth /geth && \
apk del go git make gcc musl-dev linux-headers && \
Expand Down

0 comments on commit 3ecde4e

Please sign in to comment.