Actually run as user
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Valentin Brandl
2019-05-28 21:59:18 +02:00
parent 75398a3613
commit e0b6ee69f1

View File

@ -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