diff --git a/Dockerfile b/Dockerfile index bd07284..3c595cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM python:3-alpine +RUN apk add --no-cache git + RUN mkdir /scripts WORKDIR /scripts