add iptables
This commit is contained in:
parent
8c0a08af86
commit
67a82c6ade
1 changed files with 2 additions and 0 deletions
2
.github/workflows/container.yml
vendored
2
.github/workflows/container.yml
vendored
|
@ -26,6 +26,8 @@ jobs:
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
|
- run: apt update && apt install iptables
|
||||||
|
|
||||||
- name: Build and Push
|
- name: Build and Push
|
||||||
uses: https://github.com/docker/setup-docker-action@v4
|
uses: https://github.com/docker/setup-docker-action@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue