diff --git a/docker/Dockerfile b/docker/Dockerfile index f3d2dbfc..4dfcc85f 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -17,7 +17,6 @@ ADD https://github.com/$SOURCE_REPO/go-crond/releases/download/$GOCROND_VERSION/ COPY ./docker/run.sh . COPY ./docker/audit.conf . COPY ./scripts ./scripts -RUN cd $HOME/scripts && pip install -r requirements.txt USER root # ========================================================================================================