Skip to content

Commit

Permalink
build(tests): install more test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tigarmo committed Dec 20, 2024
1 parent 77c72c3 commit 5114e75
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ ifneq ($(OS),Linux)
else ifeq ($(shell which apt-get),)
$(warning apt-get not found. Please install dependencies yourself.)
else
sudo $(APT) install skopeo
# Needed for integration testing the charm plugin.
sudo $(APT) install libyaml-dev python3-dev python3-pip python3-setuptools python3-venv python3-wheel
sudo $(APT) install libyaml-dev python3-dev python3-pip python3-setuptools \
python3-venv python3-wheel fuse-overlayfs libapt-pkg-dev umoci
endif
ifneq ($(shell which snap),)
sudo snap install lxd
Expand Down

0 comments on commit 5114e75

Please sign in to comment.