diff --git a/.github/workflows/runloop-blueprint-template.json b/.github/workflows/runloop-blueprint-template.json index b40821c07..27478164e 100644 --- a/.github/workflows/runloop-blueprint-template.json +++ b/.github/workflows/runloop-blueprint-template.json @@ -3,7 +3,7 @@ "system_setup_commands": [ "npm i -g @continuedev/cli@latest", "sudo apt update", - "sudo apt install -y --no-install-recommends ripgrep chromium chromium-driver xvfb", + "sudo apt install -y --no-install-recommends ripgrep chromium chromium-driver xvfb docker.io docker-compose", "sudo mkdir -p /opt/google/chrome", "sudo ln -s /usr/bin/chromium /opt/google/chrome/chrome" ],