diff --git a/Dockerfile b/Dockerfile index 718ba11..4ba9b29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ LABEL org.opencontainers.image.title="OWASP DSOMM metricCA collector for conflue LABEL org.opencontainers.image.source="https://github.com/devsecopsmaturitymodel/collector-confluence/" COPY requirements.txt /app/requirements.txt +RUN pip install --upgrade pip RUN cd /app && pip install --target=./ --no-cache-dir -r requirements.txt COPY *.py /app COPY schemata /app