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