From 2597af73ee0edb57cc0d6003f8d9f4bed51e5374 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Mon, 15 Feb 2021 12:34:11 +0000 Subject: [PATCH] rebuild dicompot for alpine 3.13 --- docker/dicompot/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docker/dicompot/Dockerfile b/docker/dicompot/Dockerfile index 51a1fcd2..e571a585 100644 --- a/docker/dicompot/Dockerfile +++ b/docker/dicompot/Dockerfile @@ -1,8 +1,7 @@ -FROM alpine:3.12 +FROM alpine:3.13 # # Setup apk -RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \ - apk -U add \ +RUN apk -U add \ build-base \ git \ g++ && \