prepare rebuilding dicompot

This commit is contained in:
t3chn0m4g3 2021-09-20 21:57:39 +00:00
parent 8576e576a6
commit 122135dd80

View file

@ -1,7 +1,7 @@
FROM alpine:3.13
FROM alpine:3.14
#
# Setup apk
RUN apk -U add \
RUN apk -U add --no-cache \
build-base \
git \
g++ && \