1
0
mirror of https://github.com/yacy/yacy_search_server.git synced 2025-07-19 08:44:42 -04:00

Fixed Alpine flavor Docker image (wkhtmltopdf moved to community repo)

See also 10a2b3a8cd
This commit is contained in:
luccioman
2018-12-14 21:07:06 +01:00
parent 7728de4ba6
commit 0cf96031ac

@ -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