Skip to content

Commit

Permalink
Fix download url
Browse files Browse the repository at this point in the history
  • Loading branch information
kalekseev committed Jul 4, 2021
1 parent b61c0ff commit ae54afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wkhtmltox/layer_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rpmdev-extract -- *rpm
mkdir /opt/lib
cp -P -r /tmp/*/usr/lib64/* /opt/lib/

curl -LO "https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/$VERSION/wkhtmltox-$VERSION.centos7.x86_64.rpm"
curl -LO "https://github.com/wkhtmltopdf/packaging/releases/download/$VERSION/wkhtmltox-$VERSION.centos7.x86_64.rpm"
rpmdev-extract wkhtmltox-*rpm
mkdir /opt/bin
cp /tmp/*/usr/local/bin/wkhtmlto* /opt/bin/
Expand Down

0 comments on commit ae54afd

Please sign in to comment.