This commit is contained in:
2025-07-13 06:59:54 -07:00
parent 7f1339e573
commit c1a30a9077

View File

@@ -1,6 +1,9 @@
FROM alpine:latest AS builder
LABEL maintainer="fithwum"
ARG ALPINE_VERSION
ENV ALPINE_VERSION=${ALPINE_VERSION}
WORKDIR /builder
# Install tools needed for building rootfs