Skip to content

Commit 21efd97

Browse files
committed
Add missing sudo
1 parent fee7809 commit 21efd97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ RUN sudo pacman --noconfirm -Syyuu \
3939
&& pacman -Q | grep "\-debug" | cut -d ' ' -f 1 | xargs -r sudo pacman -Rs --noconfirm \
4040
&& sudo pacman -Scc --noconfirm \
4141
&& sudo rm -rf /tmp/* \
42-
&& userdel -r -f ${user} \
42+
&& sudo userdel -r -f ${user} \
4343
&& sudo rm -rf /home/${user}/build-root \
4444
&& sudo sed -i "/^%${user} ALL=(ALL) NOPASSWD: ALL$/d" /etc/sudoers

0 commit comments

Comments
 (0)