Rolled back part of the last change
This commit is contained in:
parent
89b88d1047
commit
684a666480
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ RUN adduser chainquery --gecos GECOS --shell /bin/bash --disabled-password --hom
|
|||
RUN wget -O /usr/bin/chainquery.zip https://github.com/lbryio/chainquery/releases/download/v1.1.2/chainquery_1.1.2_Linux_x86_64.zip && \
|
||||
cd /usr/bin/ && \
|
||||
unzip chainquery.zip && \
|
||||
rm chainquery.zip LICENSES README.md
|
||||
rm chainquery.zip
|
||||
|
||||
USER chainquery
|
||||
|
||||
|
|
Loading…
Reference in a new issue