From 67a82c6ade4432eb7721c9be0d3febd1aa28251e Mon Sep 17 00:00:00 2001 From: brooke Date: Mon, 17 Mar 2025 21:40:49 -0400 Subject: [PATCH] add iptables --- .github/workflows/container.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 77d77bf..74c3a76 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -26,6 +26,8 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 + - run: apt update && apt install iptables + - name: Build and Push uses: https://github.com/docker/setup-docker-action@v4 with: