In attempting to install openssl for the root certs, the install of openssl fails on what looks like a dependency. Dockerfile snippet: # Dockerfile for StackEngine App FROM progrium/busybox MAINTAINER Boyd Hemphill <boyd@stackengine.com>...
Install usingcurlorwget: NOTE: curl / wget may fail because of missing SSL certificates. You may choose to ignore the certificates check using: curl -k wget --no-check-certificate Or you will need to fix your/etc/ssl/certs/ca-certificates.crtinstallation. ...