Skip to content

Commit

Permalink
alpine: No longer copy os-release for 3.21 & edge
Browse files Browse the repository at this point in the history
  • Loading branch information
travier committed Dec 9, 2024
1 parent d2ff8ab commit dd8999d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions alpine/3.21/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,5 @@ RUN rm /extra-packages
# Enable password less sudo
RUN echo "%wheel ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/toolbox

# Copy the os-release file
RUN cp -p /etc/os-release /usr/lib/os-release

# Clear out /media
RUN rm -rf /media
3 changes: 0 additions & 3 deletions alpine/edge/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,5 @@ RUN rm /extra-packages
# Enable password less sudo
RUN echo "%wheel ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/toolbox

# Copy the os-release file
RUN cp -p /etc/os-release /usr/lib/os-release

# Clear out /media
RUN rm -rf /media

0 comments on commit dd8999d

Please sign in to comment.