OWASP/crAPI

criapi-workshop fails to build

Closed this issue · 2 comments

I am experiencing problems building the criapi application. crapi-workshop image will not build. Are there detailed instructions on how to get the application up and running.
image

getting this error "/bin/sh: /app/runner.sh: not found"

getting same issue. please let us know if you resolve it.

This was actually my issue:

ImportError: Error loading shared library libffi.so.7: No such file or directory (needed by /usr/local/lib/python3.8/site-packages/_cffi_backend.cpython-38-x86_64-linux-gnu.so)

I was able to fix it by adding this to workshops Dockerfile

RUN ln -s /usr/lib/libffi.so.8 /usr/lib/libffi.so.7

Basically, it symlinks libffi7 to libffi8