Install netavark for Buildah
Some checks failed
Some checks failed
This commit is contained in:
@@ -8,8 +8,8 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
if [ -f /etc/alpine-release ]; then
|
||||
# Install buildah and fuse-overlayfs for rootless builds
|
||||
apk add --no-cache nodejs git buildah fuse-overlayfs
|
||||
# Install buildah, fuse-overlayfs, and netavark (required for networking)
|
||||
apk add --no-cache nodejs git buildah fuse-overlayfs netavark
|
||||
fi
|
||||
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user