From 7bf73d259149c476f09d765a008973076d0e48cb Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Tue, 28 Feb 2017 23:43:52 +0000 Subject: [PATCH] USER root --- full/Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/full/Dockerfile b/full/Dockerfile index 409bf55..6ce778b 100644 --- a/full/Dockerfile +++ b/full/Dockerfile @@ -1,5 +1,8 @@ FROM znc:slim +# I don't know what it should do. It works for me without this line, but not for @tianon +USER root + # znc:slim removed them. Install them again. RUN set -x \ && apk add --no-cache \ @@ -9,3 +12,6 @@ RUN set -x \ perl \ python3 COPY znc-build-modules.sh / + +# Revert the USER root line above +USER znc