Upgrade packages to latest in container

This commit is contained in:
Antony Messerli 2023-10-16 19:50:23 -05:00
parent da087b9c69
commit b9e886003b

View File

@ -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 ****" && \