From 0a4cb4b6738173d62f034f1cfe0d90afe4a2158c Mon Sep 17 00:00:00 2001 From: Eric Meehan Date: Fri, 14 Feb 2025 11:47:54 -0500 Subject: [PATCH] iptables --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 436ff3d..1562dbc 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: - name: Install sudo run: | apt-get update -y - apt-get install -y sudo + apt-get install -y sudo iptables - name: Setup docker uses: docker/setup-docker-action@v4