From 295646376f7b52fe620ef63ace1a540cdff84679 Mon Sep 17 00:00:00 2001 From: William Miceli <1-WilliamMiceli@git.williammiceli.systems> Date: Thu, 28 Mar 2019 17:48:25 -0400 Subject: [PATCH] Added USER root to try and get around needing sudo --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 0e52f67..3b205bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM nginx:stable +USER root # Version of Grav to install ARG GRAV_VERSION=1.5.10