You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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```
The text was updated successfully, but these errors were encountered:
When building using
docker build -t dshield/honeypot .
the following error is produced during build timeThe text was updated successfully, but these errors were encountered: