Skip to content

Commit

Permalink
fix: toolbx needs empty /home and having /media
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
  • Loading branch information
89luca89 committed Jun 7, 2024
1 parent 35186e7 commit 9716299
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wolfi/latest/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ RUN echo "%wheel ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/sudoers

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

# Clear out /home
RUN rm -rf /home/* && mkdir /media

0 comments on commit 9716299

Please sign in to comment.