diff --git a/Dockerfile b/Dockerfile index 2b16685..918765d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM python:3.10-alpine3.15 +RUN apk add --no-cache git + RUN adduser -h /opt/shiftregister -D shiftregister USER shiftregister