Install `git` in Dockerfile
This commit is contained in:
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…
Reference in New Issue