Updated mirror repository source url used in alpine flavor Docker image

Switching to a mirror providing a valid certificate
pull/258/head
luccioman 6 years ago
parent 7dc1f60619
commit 8f1722b755

@ -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://dl-3.alpinelinux.org/alpine/edge/testing/
apk add wkhtmltopdf --no-cache --repository https://uk.alpinelinux.org/alpine/edge/testing/
# set current working dir
WORKDIR /tmp

Loading…
Cancel
Save