xme / dshield-docker

Docker container running cowrie with DShield output enabled.
14 stars 3 forks source link

Required Python2 Packages no longer available #5

Open adamus1red opened 4 years ago

adamus1red commented 4 years ago

When building using docker build -t dshield/honeypot . the following error is produced during build time


 ---> d5b0b9bfd8eb
Step 8/19 : RUN   apt-get install -y git dialog libswitch-perl libwww-perl python-twisted python-crypto python-pyasn1 python-gmpy2 python-zope.interface python-pip python-gmpy python-gmpy2 mysql-client randomsound rng-tools python-mysqldb curl openssh-server unzip debconf debconf-utils logrotate
 ---> Running in f45159339f23
Reading package lists...
Building dependency tree...
Reading state information...
Package python-mysqldb is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package python-twisted is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'python-twisted' has no installation candidate
E: Unable to locate package python-gmpy2
E: Unable to locate package python-pip
E: Unable to locate package python-gmpy
E: Unable to locate package python-gmpy2
E: Package 'python-mysqldb' has no installation candidate
The command '/bin/sh -c apt-get install -y git dialog libswitch-perl libwww-perl python-twisted python-crypto python-pyasn1 python-gmpy2 python-zope.interface python-pip python-gmpy python-gmpy2 mysql-client randomsound rng-tools python-mysqldb curl openssh-server unzip debconf debconf-utils logrotate' returned a non-zero code: 100```
zadok0552 commented 3 years ago

I have exactly the same problem as @adamus1red