Skip to content

Commit

Permalink
changed wkhtmltopdf repo
Browse files Browse the repository at this point in the history
  • Loading branch information
zxpower committed Nov 14, 2024
1 parent 680aa54 commit e861d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source https://github.com/digiblink/alpine-nginx-
LABEL org.opencontainers.image.description Alpine Linux Docker image with Nginx, PHP-FPM and wkhtmltopdf

RUN apk -u add nginx \
&& apk add wkhtmltopdf=0.12.6-r0 --repository=http://dl-cdn.alpinelinux.org/alpine/v3.14/main
&& apk add wkhtmltopdf=0.12.6-r0 --repository=http://dl-cdn.alpinelinux.org/alpine/v3.14/community

RUN docker-php-ext-install pdo_mysql \
&& docker-php-ext-install opcache
Expand Down

0 comments on commit e861d33

Please sign in to comment.