mirror of
https://github.com/fluencelabs/node-distro
synced 2024-12-04 15:20:17 +00:00
parent
3cdbba8395
commit
deac3dae84
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user