rebuild dicompot for alpine 3.13

This commit is contained in:
t3chn0m4g3 2021-02-15 12:34:11 +00:00
parent 0ab220ebf0
commit 2597af73ee

View file

@ -1,8 +1,7 @@
FROM alpine:3.12 FROM alpine:3.13
# #
# Setup apk # Setup apk
RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \ RUN apk -U add \
apk -U add \
build-base \ build-base \
git \ git \
g++ && \ g++ && \