debugging curl
This commit is contained in:
parent
25260ceff4
commit
289eb9d600
1 changed files with 3 additions and 2 deletions
|
@ -12,8 +12,9 @@ RUN curl -o /download/chainquery.zip $(curl -s https://api.github.com/repos/lbry
|
||||||
|
|
||||||
## I really want to use this instead of all the curl stuff at one point.
|
## I really want to use this instead of all the curl stuff at one point.
|
||||||
# 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 && \
|
||||||
unzip chainquery && \
|
ls -lAh /download && pwd && \
|
||||||
|
unzip chainquery.zip && \
|
||||||
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