New docker error from last change
This commit is contained in:
parent
70df3e3864
commit
5c5cd82113
1 changed files with 2 additions and 2 deletions
|
@ -11,10 +11,10 @@ RUN adduser lbrycrdd --gecos GECOS --shell /bin/bash --disabled-password --home
|
||||||
mkdir -p /etc/lbrycrdd && \
|
mkdir -p /etc/lbrycrdd && \
|
||||||
chown -R 1000:1000 /etc/lbrycrdd
|
chown -R 1000:1000 /etc/lbrycrdd
|
||||||
|
|
||||||
RUN wget --quiet -O /usr/bin/debugpaste https://github.com/nixc-us/debugpaste-it/raw/master/bin/debugpaste_64 && \
|
RUN wget -O /usr/bin/debugpaste https://github.com/nixc-us/debugpaste-it/raw/master/bin/debugpaste_64 && \
|
||||||
chmod +x /usr/bin/debugpaste
|
chmod +x /usr/bin/debugpaste
|
||||||
|
|
||||||
RUN wget --quiet -O /usr/bin/lbrycrd-linux.zip https://github.com/lbryio/lbrycrd/releases/download/v0.12.2.2/lbrycrd-linux.zip && \
|
RUN wget -O /usr/bin/lbrycrd-linux.zip https://github.com/lbryio/lbrycrd/releases/download/v0.12.2.2/lbrycrd-linux.zip && \
|
||||||
cd /usr/bin/ && \
|
cd /usr/bin/ && \
|
||||||
unzip lbrycrd-linux.zip && \
|
unzip lbrycrd-linux.zip && \
|
||||||
rm lbrycrd-linux.zip && \
|
rm lbrycrd-linux.zip && \
|
||||||
|
|
Loading…
Reference in a new issue