We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4202b82 commit 08c25eeCopy full SHA for 08c25ee
Dockerfile
@@ -28,8 +28,8 @@ RUN set -x; \
28
libzip-dev \
29
unzip \
30
&& arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) \
31
- && wget "https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.buster_${arch}.deb" \
32
- && chmod a+x "./wkhtmltox_0.12.6-1.buster_${arch}.deb" \
+ && wget "https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.buster_${arch}.deb" \
+ && chmod a+x "./wkhtmltox_0.12.6-1.buster_${arch}.deb" \
33
&& apt-get install -y "./wkhtmltox_0.12.6-1.buster_${arch}.deb" \
34
&& rm "./wkhtmltox_0.12.6-1.buster_${arch}.deb" \
35
&& docker-php-ext-install -j$(nproc) dom pdo pdo_mysql zip tidy \
0 commit comments