We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7380c50 commit b6a4d6fCopy full SHA for b6a4d6f
appveyor.yml
@@ -62,7 +62,7 @@ build_script:
62
sudo rm -rf /etc/apt/sources.list.d/ubuntu-toolchain-*.list
63
sudo apt-get -o Dpkg::Use-Pty=0 update
64
sudo rm -f /var/lib/man-db/auto-update
65
- sudo apt-get -o Dpkg::Use-Pty=0 install -y --no-install-suggests --no-install-recommends podman uidmap
+ sudo apt-get -o Dpkg::Use-Pty=0 install -y --no-install-suggests --no-install-recommends podman uidmap fuse-overlayfs
66
export CW_CONFIG="${APPVEYOR_REPO_BRANCH}-werror-win"
67
. ./_versions.sh
68
sudo podman image trust set --type reject default
0 commit comments