Update 00-aaa_dockerfile_backup.sh

This commit is contained in:
Alexandre
2021-12-10 12:56:37 +01:00
committed by GitHub
parent 94082ec7ba
commit 7211a0e245

View File

@@ -1,7 +1,6 @@
#!/bin/bash
echo "jq" > /ENVFILE
# If dockerfile failed install manually
#if [ -e "/ENVFILE" ]; then
if [ -e "/ENVFILE" ]; then
echo "Executing script"
PACKAGES=$(< /ENVFILE)
(
@@ -17,4 +16,4 @@ echo "jq" > /ENVFILE
) >/dev/null
#fi
fi