feat(bash): run all commmand with non-root user

This commit is contained in:
Ahmad Husen
2021-05-30 13:52:20 +07:00
parent 3c654a34ce
commit ec0ee87e6a
2 changed files with 6 additions and 14 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
FROM docker.io/library/archlinux:base-devel
# Install dependencies
RUN pacman -Syu --needed --noconfirm pacman-contrib namcap git rsync
RUN pacman -Syu --needed --noconfirm pacman-contrib namcap git
# Setup user
RUN useradd --create-home --shell /bin/bash builder && \