Skip to content

Commit

Permalink
Update and upgrade during build to ensure latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
antonym committed Feb 1, 2025
1 parent d65b421 commit 3327aaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ LABEL maintainer="antonym"
LABEL org.opencontainers.image.description="netboot.xyz official docker container - Your favorite operating systems in one place. A network-based bootable operating system installer based on iPXE."

RUN \
apk update && \
apk upgrade && \
apk add --no-cache \
bash \
busybox \
Expand Down

0 comments on commit 3327aaa

Please sign in to comment.