mirror of https://github.com/MISP/misp-docker
Temp fix for #72
parent
36728f439b
commit
f733b8dca4
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue