Skip to content

Commit

Permalink
Update Containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
askpng committed Jan 27, 2025
1 parent df082ce commit 211f392
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/archlinux/archlinux AS box
FROM quay.io/toolbx/arch-toolbox AS box

# Pacman Initialization
# Create build user
Expand Down Expand Up @@ -163,5 +163,5 @@ RUN userdel -r build && \
rm -drf /home/build && \
sed -i '/build ALL=(ALL) NOPASSWD: ALL/d' /etc/sudoers && \
sed -i '/root ALL=(ALL) NOPASSWD: ALL/d' /etc/sudoers && \
rm -rf /tmp/* && \
rm -rf /var/cache/pacman/pkg/*
rm -rf /tmp/* \
/var/cache/pacman/pkg/*

0 comments on commit 211f392

Please sign in to comment.