diff --git a/Makefile b/Makefile index 73c7194e6..4b3519946 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ PIP_INSTALL = pip install # Dependencies for deployment in an ubuntu/debian linux deps-ubuntu: - apt-get install -y python3-pip python3-venv imagemagick + apt-get install -y python3 python3-venv imagemagick # Install test python deps via pip deps-test: