Fix download differences

This commit is contained in:
Dave Pedu 2015-11-29 17:46:48 -08:00
parent 53be5bfa40
commit 9c4bc87272
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ WORKDIR /tmp
RUN apt-get update && \
apt-get install -y supervisor wget unzip && \
wget -O dogecoin.zip https://github.com/dogecoin/dogecoin/releases/download/v1.10.0-dogeparty/dogecoin-1.10.0-linux64.tar.gz && \
unzip dogecoin.zip dogecoind && \
wget -O dogecoin.tgz https://github.com/dogecoin/dogecoin/releases/download/v1.10.0-dogeparty/dogecoin-1.10.0-linux64.tar.gz && \
tar zxvf dogecoin.tgz dogecoin-1.10.0/bin/dogecoind --strip-components=2 && \
mv dogecoind /usr/local/bin/dogecoind && \
chmod +x /usr/local/bin/dogecoind && \
useradd -m crypto && \