diff --git a/Dockerfile b/Dockerfile index 0ea86ce..ce17e3d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM docker.io/library/archlinux:base-devel -RUN pacman -Sy --yes git +RUN pacman -Sy --noconfirm git RUN useradd -ms /bin/bash builduser USER builduser