From 723565571d824e044e080e1c39ba36a2a0185f2d Mon Sep 17 00:00:00 2001 From: jenstandstad Date: Sat, 11 Apr 2026 14:00:24 +0200 Subject: [PATCH] Adding apt-get update --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index fa8a529..8cce7f9 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -238,7 +238,7 @@ info "Starting containers..." docker compose up -d info "Installing gutasktool inside agent0 container..." -docker exec agent0 bash -c "apt-get install -y -q python3-pip && python3 -m pip install --break-system-packages -e /a0/usr/gutasktool --quiet" +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" echo "" docker compose ps