diff --git a/routersploit/Dockerfile b/routersploit/Dockerfile index fd82b85..053a81c 100644 --- a/routersploit/Dockerfile +++ b/routersploit/Dockerfile @@ -11,6 +11,8 @@ RUN set -xe \ && apk add -U bash \ build-base \ curl \ + libffi \ + libffi-dev \ ncurses-dev \ python \ python-dev \ @@ -22,6 +24,7 @@ RUN set -xe \ && apk del bash \ build-base \ curl \ + libffi-dev \ ncurses-dev \ python3-dev \ readline-dev \ diff --git a/routersploit/Dockerfile.arm b/routersploit/Dockerfile.arm index 6e25e24..f567055 100644 --- a/routersploit/Dockerfile.arm +++ b/routersploit/Dockerfile.arm @@ -11,6 +11,8 @@ RUN set -xe \ && apk add -U bash \ build-base \ curl \ + libffi \ + libffi-dev \ ncurses-dev \ python \ python-dev \ @@ -22,6 +24,7 @@ RUN set -xe \ && apk del bash \ build-base \ curl \ + libffi-dev \ ncurses-dev \ python3-dev \ readline-dev \