From 1794ce2fd414862d550e2040238a7b883081ae39 Mon Sep 17 00:00:00 2001 From: Vincent Schweiger Date: Sat, 27 Jan 2024 15:32:06 +0100 Subject: [PATCH] Dockerfil --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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