mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
rebuild dicompot for alpine 3.13
This commit is contained in:
parent
0ab220ebf0
commit
2597af73ee
1 changed files with 2 additions and 3 deletions
|
@ -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++ && \
|
||||||
|
|
Loading…
Reference in a new issue