autoconf - multi arch Dockerfile

This commit is contained in:
bunkerity
2020-12-09 17:36:39 +01:00
parent 92569679b6
commit b86ded3d1c
8 changed files with 84 additions and 117 deletions

View File

@@ -111,14 +111,6 @@ if [ "$1" == "test" ] ; then
exit 1
fi
# start the autoconf manager
if [ -S "/var/run/docker.sock" ] ; then
echo "[*] Running autoconf ..."
touch /var/log/autoconf.log
/opt/autoconf/autoconf.py > /var/log/autoconf.log 2>&1 &
LOGS="$LOGS /var/log/autoconf.log"
fi
# display logs
tail -F $LOGS &
wait $!