mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
No need to have wget stick around
This commit is contained in:
parent
c37a704a5f
commit
19224abddf
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ RUN \
|
|||
cd $APP_HOME && \
|
||||
wget -qO- --no-check-certificate $ETHEREUM_BIN | tar xvjf - && \
|
||||
chown -R $APP_USER:$APP_GROUP $APP_HOME && \
|
||||
apk del --purge wget && \
|
||||
rm -rf /var/cache/apk/* /tmp/* /var/tmp/*
|
||||
|
||||
EXPOSE 8545
|
||||
|
|
|
|||
Loading…
Reference in a new issue