Update base/Dockerfile

This commit is contained in:
myve 2025-01-27 01:39:13 +00:00
commit 7a2196b390

View file

@ -2,6 +2,9 @@
FROM alpine:edge FROM alpine:edge
USER root USER root
# Exempt from image pruning
LABEL prune="do_not_delete"
# Build ARG for additional packages to install (eg, openssh) # Build ARG for additional packages to install (eg, openssh)
ARG addpkg ARG addpkg