fix: Dockerfile RUN command
This commit is contained in:
+2
-2
@@ -5,8 +5,8 @@ FROM docker.io/library/archlinux:base-devel
|
|||||||
RUN pacman -Syu --needed --noconfirm pacman-contrib namcap
|
RUN pacman -Syu --needed --noconfirm pacman-contrib namcap
|
||||||
|
|
||||||
# Setup user
|
# Setup user
|
||||||
RUN useradd -m builder \
|
RUN useradd -m builder && \
|
||||||
usermod -aG wheel builder \
|
usermod -aG wheel builder && \
|
||||||
echo 'wheel ALL=(ALL:ALL) ALL' >> /etc/sudoers
|
echo 'wheel ALL=(ALL:ALL) ALL' >> /etc/sudoers
|
||||||
|
|
||||||
# Copy files
|
# Copy files
|
||||||
|
|||||||
Reference in New Issue
Block a user