2
0
Fork 0

Install `git` in Dockerfile

This commit is contained in:
Luca 2022-04-27 18:49:23 +02:00
parent cbd708d075
commit 899367e6a3
1 changed files with 2 additions and 0 deletions

View File

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