diff --git a/Dockerfile b/Dockerfile index 7517b28..49b993a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM docker WORKDIR / COPY composer /composer -RUN mkdir -p store/data store/stack +RUN mkdir -p store/stack RUN apk update RUN apk add --no-cache git python3 py3-pip RUN pip3 install -r composer/requirements.txt