Hi,so i'm having problems to build the image on docker:
can you help me?
Step 7/14 : RUN scripts/provision.sh /opt/httpd_alpine
---> Running in 6c795985114c
Connecting to www.openssl.org (23.4.69.32:443)
ssl_client: www.openssl.org: certificate verification failed: certificate has expired
wget: error getting response: Connection reset by peer
tar: can't open 'openssl-1.0.2d.tar.gz': No such file or directory
scripts/provision.sh: cd: line 8: can't cd to openssl-1.0.2d
extracted openssl
Current working directory /opt/httpd_alpine
scripts/provision.sh: line 10: ./config: not found
configured openssl, making it..
Current working directory /opt/httpd_alpine
make: *** No rule to make target 'depend'. Stop.
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target 'install'. Stop.
Error in installing openssl.
The command '/bin/sh -c scripts/provision.sh /opt/httpd_alpine' returned a non-zero code: 1
The terminal process "bash '-c', 'docker build --pull --rm -f "Dockerfile" -t httpddockermaster:latest "."'" terminated with exit code: 1.
Terminal will be reused by tasks, press any key to close it.
Hi,so i'm having problems to build the image on docker:
can you help me?
Step 7/14 : RUN scripts/provision.sh /opt/httpd_alpine
---> Running in 6c795985114c
Connecting to www.openssl.org (23.4.69.32:443)
ssl_client: www.openssl.org: certificate verification failed: certificate has expired
wget: error getting response: Connection reset by peer
tar: can't open 'openssl-1.0.2d.tar.gz': No such file or directory
scripts/provision.sh: cd: line 8: can't cd to openssl-1.0.2d
extracted openssl
Current working directory /opt/httpd_alpine
scripts/provision.sh: line 10: ./config: not found
configured openssl, making it..
Current working directory /opt/httpd_alpine
make: *** No rule to make target 'depend'. Stop.
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target 'install'. Stop.
Error in installing openssl.
The command '/bin/sh -c scripts/provision.sh /opt/httpd_alpine' returned a non-zero code: 1
The terminal process "bash '-c', 'docker build --pull --rm -f "Dockerfile" -t httpddockermaster:latest "."'" terminated with exit code: 1.
Terminal will be reused by tasks, press any key to close it.