fix apk packages in dockerfiles
All checks were successful
/ release-and-build (push) Successful in 23s

This commit is contained in:
Pi-Farm
2026-02-24 21:51:15 +01:00
parent 1bb5e0477b
commit 9861f0649e
3 changed files with 10 additions and 3 deletions

View File

@@ -11,7 +11,11 @@ LABEL description=${DESCRIPTION}
LABEL build_version="${BUILD_MAINTAINER} version: ${BUILD_APP_VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="${BUILD_MAINTAINER}"
RUN apk add --no-cache ${BUILD_APPS}
RUN apk add --no-cache \
lighttpd \
lighttpd-mod_auth \
rsync \
vnstat
COPY root/ /