mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
glastopf fix dockerfile alpine 3.9
This commit is contained in:
parent
fd150699f2
commit
238fc05854
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,7 @@ RUN apk -U --no-cache add \
|
||||||
autoconf \
|
autoconf \
|
||||||
bind-tools \
|
bind-tools \
|
||||||
build-base \
|
build-base \
|
||||||
cython \
|
# cython \
|
||||||
git \
|
git \
|
||||||
libffi \
|
libffi \
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
|
@ -17,6 +17,7 @@ RUN apk -U --no-cache add \
|
||||||
make \
|
make \
|
||||||
php7 \
|
php7 \
|
||||||
php7-dev \
|
php7-dev \
|
||||||
|
openssl-dev \
|
||||||
py-mysqldb \
|
py-mysqldb \
|
||||||
py-openssl \
|
py-openssl \
|
||||||
py-pip \
|
py-pip \
|
||||||
|
|
Loading…
Reference in a new issue