fix: Dockerfile RUN command

This commit is contained in:
Ahmad Husen
2021-05-18 16:54:51 +07:00
parent f95f613205
commit c10ff06881
+2 -2
View File
@@ -5,8 +5,8 @@ FROM docker.io/library/archlinux:base-devel
RUN pacman -Syu --needed --noconfirm pacman-contrib namcap
# Setup user
RUN useradd -m builder \
usermod -aG wheel builder \
RUN useradd -m builder && \
usermod -aG wheel builder && \
echo 'wheel ALL=(ALL:ALL) ALL' >> /etc/sudoers
# Copy files