From ec955775d6c01f6c45e3ca1f6f31b93fed699e74 Mon Sep 17 00:00:00 2001 From: Aditya Prima Date: Sat, 23 Mar 2024 18:46:01 +0700 Subject: [PATCH] Fixed wrong user --- Dockerfile.ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu index 3100da3..ff8f45d 100644 --- a/Dockerfile.ubuntu +++ b/Dockerfile.ubuntu @@ -11,7 +11,7 @@ ENV PHP_VERSION=${PHP_VERSION} WORKDIR /root # Use root user to install all dependencies -USER ROOT +USER root RUN apt -y update && apt -y upgrade && apt -y install \ software-properties-common