diff --git a/Dockerfile b/Dockerfile index 11297e67ee423e99c3c9326797f99c12ba9c4ec3..3209ee9ca26762ee60e60bb4faa6bee706286472 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,6 @@ COPY ./template.ods /app/ COPY lib /app/lib COPY data /app/data -RUN pip install --no-cache-dir -r /app/requirements.txt +RUN pip install --no-cache-dir --break-system-packages -r /app/requirements.txt CMD [ "/app/user_import_udm_rest_api.py"]