diff --git a/modules/Dockerfile b/modules/Dockerfile index 53e23d8..cdf4113 100644 --- a/modules/Dockerfile +++ b/modules/Dockerfile @@ -37,6 +37,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ COPY --from=builder /wheel /wheel COPY --from=builder /usr/local/lib/libfaupl* /usr/local/lib/ -RUN pip install /wheel/*.whl; ldconfig +RUN pip install --use-deprecated=legacy-resolver /wheel/*.whl; ldconfig ENTRYPOINT [ "/usr/local/bin/misp-modules", "-l", "0.0.0.0"]