From e0b6ee69f1c61b2d7caacb13d6f90e11fc21b01e Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Tue, 28 May 2019 21:59:18 +0200 Subject: [PATCH] Actually run as user --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index d3b975d..73fd61a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,6 +31,7 @@ RUN apk --no-cache add --update git RUN adduser -D hoc WORKDIR /home/hoc +USER hoc # once we don't need a git binary anymore, this should be enough # FROM scratch