From dba843630dddcb3750b5dcecb85ab55468fcff61 Mon Sep 17 00:00:00 2001 From: brooke Date: Mon, 17 Mar 2025 21:01:47 -0400 Subject: [PATCH] update --- .github/workflows/container.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 561a8b9..39f29f1 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -17,6 +17,8 @@ jobs: steps: - uses: actions/checkout@v3 + - run: apt update && apt install sudo wget curl git -y + - name: Set up Docker uses: https://github.com/docker/setup-docker-action@v4