-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Description
When I try to build this environment, it reports an error:
/usr/share/offsec-awae-wheels/pyOpenSSL-19.1.0-py2.py3-none-any.whl/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release.
weblogic uses an image, skipping
Building redis
Step 1/10 : FROM vulhub/cron
---> 2cf795262563
Step 2/10 : MAINTAINER phithon root@leavesongs.com
---> Using cache
---> 8205e00e7235
Step 3/10 : RUN set -ex && yum -y update && yum -y install gcc-c++ tcl wget
---> Running in 4e98bff19120
ERROR: Service 'redis' failed to build: The command '/bin/sh -c set -ex && yum -y update && yum -y install gcc-c++ tcl wget' returned a non-zero code: 139
I checked that the inode and disk are not full.
Since I used a debian image, I tried to rewrite yun as apt, but it didn't work.