From be65f08ea29ec9dad23a588d06e6d4342f1fa4a4 Mon Sep 17 00:00:00 2001 From: kev Date: Sat, 9 Jul 2016 02:26:37 +0800 Subject: [PATCH] fix routersploit --- routersploit/Dockerfile | 3 +++ routersploit/Dockerfile.arm | 3 +++ 2 files changed, 6 insertions(+) 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 \