From f733b8dca4560d41f79593700b3e37be165b6e4d Mon Sep 17 00:00:00 2001 From: Jason Kendall Date: Tue, 15 Dec 2020 11:51:22 -0500 Subject: [PATCH] Temp fix for #72 --- modules/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]