diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2018-12-14 21:07:06 +0100 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2018-12-14 21:07:06 +0100 |
| commit | 0cf96031acb1d12f999918d243d69e4d2c5d02d1 (patch) | |
| tree | 19efda348fd6d13ec39447da7fb80a573800f32c | |
| parent | 7728de4ba6384ed1ca681d36fc9a1df864fb2b23 (diff) | |
Fixed Alpine flavor Docker image (wkhtmltopdf moved to community repo)
See also https://github.com/alpinelinux/aports/commit/10a2b3a8cd75ab13660bef4a97f351e031fba917
| -rw-r--r-- | docker/Dockerfile.alpine | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile.alpine b/docker/Dockerfile.alpine index 512ddd614..97a590f42 100644 --- a/docker/Dockerfile.alpine +++ b/docker/Dockerfile.alpine @@ -9,7 +9,7 @@ RUN java -version # Install needed packages not in base image # (curl for sh scripts in /bin, and wkhtmltopdf,imagemagick,xvfb and ghostscript to enable PDF and image snapshot generation) RUN apk add --no-cache curl imagemagick xvfb ghostscript && \ - apk add wkhtmltopdf --no-cache --repository https://uk.alpinelinux.org/alpine/edge/testing/ + apk add wkhtmltopdf --no-cache --repository https://uk.alpinelinux.org/alpine/edge/community/ # set current working dir WORKDIR /tmp |
