Skip to content

Commit 08c25ee

Browse files
author
user
committed
do
1 parent 4202b82 commit 08c25ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ RUN set -x; \
2828
libzip-dev \
2929
unzip \
3030
&& 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" \
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" \
3333
&& apt-get install -y "./wkhtmltox_0.12.6-1.buster_${arch}.deb" \
3434
&& rm "./wkhtmltox_0.12.6-1.buster_${arch}.deb" \
3535
&& docker-php-ext-install -j$(nproc) dom pdo pdo_mysql zip tidy \

0 commit comments

Comments
 (0)