Rolled back part of the last change

This commit is contained in:
Leopere 2018-10-03 14:45:34 -04:00
parent 89b88d1047
commit 684a666480

View file

@ -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