Temp fix for #72

pull/1/head
Jason Kendall 2020-12-15 11:51:22 -05:00
parent 36728f439b
commit f733b8dca4
1 changed files with 1 additions and 1 deletions

View File

@ -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"]