Skip to content

Commit

Permalink
Fix netavark/aardvar-dns not installed together
Browse files Browse the repository at this point in the history
This commit can/should be reverted once package dependencies are fixed
upstream.

Signed-off-by: Chris Evich <[email protected]>
  • Loading branch information
cevich committed Feb 1, 2023
1 parent 890659c commit 39c9afc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cache_images/debian_packaging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@ lilto $SUDO apt-get -q -y update
echo "Installing general build/testing dependencies"
bigto $SUDO apt-get -q -y install "${INSTALL_PACKAGES[@]}"

# Workaround podman depending on netavark but not aardvark-dns
# TODO: Remove this once netavark/aardvark-dns are both installed together.
if ! dpkg -l --no-pager aardvark-dns; then
lilto $SUDO apt-get -q -y install aardvark-dns
fi

# Buildah conformance testing needs to install packages from docker.io
# at runtime. Setup the repo here, so it only affects downloaded
# (cached) packages and not updates/installs (above). Installing packages
Expand Down

0 comments on commit 39c9afc

Please sign in to comment.