diff --git a/Dockerfile b/Dockerfile index 8bb5264..e295ccd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ LABEL build_version="netboot.xyz version: ${VERSION} Build-date: ${BUILD_DATE}" LABEL maintainer="antonym" RUN \ + apk upgrade --no-cache && \ apk add --no-cache --virtual=build-dependencies \ nodejs npm && \ echo "**** install runtime packages ****" && \