mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
bump to alpine:3.20 and optimize image using either from:scratch or pyinstaller
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
FROM alpine:edge
|
||||
#
|
||||
# Install packages
|
||||
RUN apk -U add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing \
|
||||
RUN apk -U upgrade --no-cache && \
|
||||
apk -U add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing \
|
||||
sentrypeer && \
|
||||
#
|
||||
# Setup user, groups and configs
|
||||
|
Reference in New Issue
Block a user