diff --git a/Dockerfile b/Dockerfile index c7096af..ab8fecc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,9 +55,9 @@ RUN \ # install missing libssl RUN \ - wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1-1ubuntu2.1~18.04.22_amd64.deb \ - && dpkg -i libssl1.1_1.1.1-1ubuntu2.1~18.04.22_amd64.deb \ - && rm libssl1.1_1.1.1-1ubuntu2.1~18.04.22_amd64.deb + wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb \ + && dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb \ + && rm libssl1.1_1.1.1f-1ubuntu2_amd64.deb # aqua-ipfs builtin default env variables # instruct aqua-ipfs (client) to work with an IPFS node hosted on ipfs.fluence.dev diff --git a/s6/ipfs/etc/services.d/ipfs/run b/s6/ipfs/etc/services.d/ipfs/run index e0ab1f7..20e724f 100755 --- a/s6/ipfs/etc/services.d/ipfs/run +++ b/s6/ipfs/etc/services.d/ipfs/run @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv sh +#!/usr/bin/with-contenv bash if [[ $IPFS_DAEMON == "false" ]]; then echo "IPFS daemon will not start"