diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 1abb90a..c8bbc54 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -19,6 +19,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 + - name: Install apt dependencies + run: | + sudo apt-get install libpcap-dev + - name: Log in to the Container registry uses: docker/login-action@v1 with: