Adding wait for apt-get install
This commit is contained in:
+1
-1
@@ -238,7 +238,7 @@ info "Starting containers..."
|
||||
docker compose up -d
|
||||
|
||||
info "Installing gutasktool inside agent0 container..."
|
||||
docker exec agent0 bash -c "apt-get update -q && apt-get install -y -q python3-pip && python3 -m pip install --break-system-packages -e /a0/usr/gutasktool --quiet"
|
||||
docker exec agent0 bash -c "while fuser /var/lib/apt/lists/lock /var/lib/dpkg/lock-frontend >/dev/null 2>&1; do sleep 1; done && apt-get update -q && apt-get install -y -q python3-pip && python3 -m pip install --break-system-packages -q -e /a0/usr/gutasktool"
|
||||
|
||||
echo ""
|
||||
docker compose ps
|
||||
|
||||
Reference in New Issue
Block a user