From 75398a3613331edd80b8496abdca69154a89cfa7 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Tue, 28 May 2019 21:56:44 +0200 Subject: [PATCH] Use adduser --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8a2aef5..d3b975d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ FROM alpine:latest RUN apk --no-cache add --update git -RUN useradd --create-home hoc +RUN adduser -D hoc WORKDIR /home/hoc # once we don't need a git binary anymore, this should be enough