mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
Fix curl command
This commit is contained in:
parent
96fc5813c6
commit
eb7d6fed86
1 changed files with 2 additions and 2 deletions
|
|
@ -25,8 +25,8 @@ RUN curl https://deb.nodesource.com/node_6.x/pool/main/n/nodejs/nodejs_6.7.0-1no
|
||||||
&& rm node.deb
|
&& rm node.deb
|
||||||
|
|
||||||
# wkhtmltopdf
|
# wkhtmltopdf
|
||||||
RUN curl https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz > wkhtml.tar.xz \
|
RUN curl -L https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz > wkhtml.tar.xz \
|
||||||
&& tar -Jxf wkhtml.tar.xz \
|
&& tar xf wkhtml.tar.xz \
|
||||||
&& mv wkhtmltox/bin/wk* /usr/local/bin/
|
&& mv wkhtmltox/bin/wk* /usr/local/bin/
|
||||||
|
|
||||||
USER frappe
|
USER frappe
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue