Adding -o for unzip
This commit is contained in:
parent
62738ecfb0
commit
2cfc0abf25
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ RUN curl -o /download/chainquery.zip $(curl -s https://api.github.com/repos/lbry
|
||||||
# ADD --chown=1000:1000 https://github.com/lbryio/chainquery/releases/download/latest/chainquery_latest_Linux_x86_64.zip /download
|
# ADD --chown=1000:1000 https://github.com/lbryio/chainquery/releases/download/latest/chainquery_latest_Linux_x86_64.zip /download
|
||||||
RUN cd /download && \
|
RUN cd /download && \
|
||||||
ls -lAh /download && pwd && \
|
ls -lAh /download && pwd && \
|
||||||
unzip /download/chainquery.zip -d /download/ && \
|
unzip -o /download/chainquery.zip -d /download/ && \
|
||||||
rm chainquery.zip
|
rm chainquery.zip
|
||||||
|
|
||||||
## Switch to Alpine eventually we might need to compile in Alpine for this.
|
## Switch to Alpine eventually we might need to compile in Alpine for this.
|
||||||
|
|
Loading…
Reference in a new issue