summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluccioman <luccioman@users.noreply.github.com>2018-11-19 08:40:17 +0100
committerluccioman <luccioman@users.noreply.github.com>2018-11-19 08:40:17 +0100
commit8f1722b7555af0182154c077052295a208d7a47a (patch)
tree494feba84a727ac6a9fdf454ae50fb9039c5ca27
parent7dc1f60619cd340deebe842d833b0eae63fccab8 (diff)
Updated mirror repository source url used in alpine flavor Docker image
Switching to a mirror providing a valid certificate
-rw-r--r--docker/Dockerfile.alpine2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile.alpine b/docker/Dockerfile.alpine
index d26ee20d4..512ddd614 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://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