fix routersploit

This commit is contained in:
kev 2016-07-09 02:26:37 +08:00
parent e6b6bd80a0
commit be65f08ea2
2 changed files with 6 additions and 0 deletions

View File

@ -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 \

View File

@ -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 \