This commit is contained in:
parent
fb8ca903a6
commit
722f816a4e
1 changed files with 7 additions and 1 deletions
|
@ -11,7 +11,13 @@ jobs:
|
||||||
name: Install and configure dependencies
|
name: Install and configure dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y --no-install-recommends buildah ca-certificates containers-storage git
|
apt-get install -y --no-install-recommends \
|
||||||
|
buildah \
|
||||||
|
ca-certificates \
|
||||||
|
containers-storage \
|
||||||
|
fuse-overlay-fs \
|
||||||
|
git \
|
||||||
|
;
|
||||||
sed /usr/share/containers/storage.conf \
|
sed /usr/share/containers/storage.conf \
|
||||||
-e '/^#\?mount_program/c\
|
-e '/^#\?mount_program/c\
|
||||||
mount_program = "/usr/bin/fuse-overlayfs"' \
|
mount_program = "/usr/bin/fuse-overlayfs"' \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue