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