From d22f7382034dd27d9fbf05c737b7228f5406dd94 Mon Sep 17 00:00:00 2001 From: Kevin Dorner Date: Mon, 23 May 2022 14:35:48 +0200 Subject: [PATCH] Try to run as root --- Containerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Containerfile b/Containerfile index afe660f..9137f1d 100644 --- a/Containerfile +++ b/Containerfile @@ -10,6 +10,4 @@ RUN adduser build; \ # Use chroot isolation ENV BUILDAH_ISOLATION=chroot -USER build -WORKDIR /home/build