fix apk packages in dockerfiles
All checks were successful
/ release-and-build (push) Successful in 23s
All checks were successful
/ release-and-build (push) Successful in 23s
This commit is contained in:
@@ -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/ /
|
||||
|
||||
|
||||
@@ -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/ /
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ BUILD_APP_NAME=alpine-mirror
|
||||
BUILD_APP_USER=pi
|
||||
BUILD_APP_UID=1000
|
||||
BUILD_APP_GID=1000
|
||||
BUILD_APPS=(lighttpd lighttpd-mod_auth rsync vnstat)
|
||||
## ENV STAGE
|
||||
ENV_TZ=Europe/Berlin
|
||||
ENV_PUID=1000
|
||||
|
||||
Reference in New Issue
Block a user