mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
rebuild cowrie for alpine 3.13
This commit is contained in:
parent
3d123f35a4
commit
4bc2b1bf03
2 changed files with 28 additions and 27 deletions
|
@ -1,28 +1,28 @@
|
|||
FROM alpine:3.12
|
||||
FROM alpine:3.13
|
||||
#
|
||||
# Include dist
|
||||
ADD dist/ /root/dist/
|
||||
#
|
||||
# Get and install dependencies & packages
|
||||
RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
|
||||
apk -U add \
|
||||
bash \
|
||||
build-base \
|
||||
git \
|
||||
gmp-dev \
|
||||
libcap \
|
||||
libffi-dev \
|
||||
mpc1-dev \
|
||||
mpfr-dev \
|
||||
openssl \
|
||||
openssl-dev \
|
||||
py3-pip \
|
||||
python3 \
|
||||
python3-dev \
|
||||
py3-bcrypt \
|
||||
py3-mysqlclient \
|
||||
py3-requests \
|
||||
py3-setuptools && \
|
||||
RUN apk -U add \
|
||||
bash \
|
||||
build-base \
|
||||
git \
|
||||
gmp-dev \
|
||||
libcap \
|
||||
libffi-dev \
|
||||
mpc1-dev \
|
||||
mpfr-dev \
|
||||
openssl \
|
||||
openssl-dev \
|
||||
py3-pip \
|
||||
python3 \
|
||||
python3-dev \
|
||||
py3-bcrypt \
|
||||
py3-cryptography \
|
||||
py3-mysqlclient \
|
||||
py3-requests \
|
||||
py3-setuptools && \
|
||||
#
|
||||
# Setup user
|
||||
addgroup -g 2000 cowrie && \
|
||||
|
|
15
docker/cowrie/dist/requirements.txt
vendored
15
docker/cowrie/dist/requirements.txt
vendored
|
@ -1,13 +1,14 @@
|
|||
attrs==19.3.0
|
||||
bcrypt==3.1.7
|
||||
configparser==4.0.2
|
||||
cryptography==2.9.2
|
||||
packaging==20.3
|
||||
appdirs==1.4.4
|
||||
attrs==20.3.0
|
||||
bcrypt==3.2.0
|
||||
configparser==5.0.1
|
||||
#cryptography==3.4.5
|
||||
#packaging==20.9
|
||||
pyasn1_modules==0.2.8
|
||||
pyopenssl==19.1.0
|
||||
pyopenssl==20.0.1
|
||||
pyparsing==2.4.7
|
||||
python-dateutil==2.8.1
|
||||
service_identity==18.1.0
|
||||
tftpy==0.8.0
|
||||
treq==20.4.1
|
||||
treq==21.1.0
|
||||
twisted==20.3.0
|
||||
|
|
Loading…
Reference in a new issue