Skip to content

Commit

Permalink
Upgrade packages to latest in container
Browse files Browse the repository at this point in the history
  • Loading branch information
antonym committed Oct 17, 2023
1 parent da087b9 commit b9e8860
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ****" && \
Expand Down

0 comments on commit b9e8860

Please sign in to comment.