Install `git` in Dockerfile

pull/1/head
Luca 3 years ago
parent cbd708d075
commit 899367e6a3

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

Loading…
Cancel
Save