mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
bump to alpine 3.17, tweaking, fixes for py 3.10
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM alpine:3.16
|
||||
FROM alpine:3.17
|
||||
#
|
||||
# Include dist
|
||||
COPY dist/ /root/dist/
|
||||
@ -70,7 +70,7 @@ RUN apk -U --no-cache add \
|
||||
# Clean up
|
||||
apk del --purge build-base \
|
||||
gcc \
|
||||
git \
|
||||
git \
|
||||
libffi-dev \
|
||||
libxml2-dev \
|
||||
libxslt-dev \
|
||||
|
Reference in New Issue
Block a user