File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,11 @@ build_script:
57
57
sudo rm -rf /etc/apt/sources.list.d/*.list
58
58
sudo apt-get -o Dpkg::Use-Pty=0 update
59
59
sudo rm -f /var/lib/man-db/auto-update
60
- sudo apt-get -o Dpkg::Use-Pty=0 install -y --no-install-suggests --no-install-recommends podman uidmap fuse-overlayfs
60
+ sudo apt-get -o Dpkg::Use-Pty=0 install -y --no-install-suggests --no-install-recommends podman uidmap
61
61
export CW_CONFIG="${APPVEYOR_REPO_BRANCH}-werror-win"
62
62
. ./_versions.sh
63
+ mkdir -p ~/.config/containers/
64
+ printf "[storage]\ndriver = \"overlay\"\n" > ~/.config/containers/storage.conf
63
65
sudo loginctl enable-linger "$(id -u)"
64
66
sudo podman image trust set --type reject default
65
67
sudo podman image trust set --type accept docker.io/library
You can’t perform that action at this time.
0 commit comments