Use adduser
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Valentin Brandl 2019-05-28 21:56:44 +02:00
parent a944e8b149
commit 75398a3613
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -29,7 +29,7 @@ FROM alpine:latest
RUN apk --no-cache add --update git RUN apk --no-cache add --update git
RUN useradd --create-home hoc RUN adduser -D hoc
WORKDIR /home/hoc WORKDIR /home/hoc
# once we don't need a git binary anymore, this should be enough # once we don't need a git binary anymore, this should be enough