add bzip2 to test env

required for testing against miniconda 4.5
This commit is contained in:
Min RK
2023-03-24 11:36:36 +01:00
parent 755d0d02fb
commit 6b0b5f2998
2 changed files with 2 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ jobs:
apt-get update apt-get update
apt-get install --yes \ apt-get install --yes \
python3-venv \ python3-venv \
bzip2 \
git git
python3 -m venv /srv/venv python3 -m venv /srv/venv

View File

@@ -8,6 +8,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get update \ && apt-get update \
&& apt-get install --yes \ && apt-get install --yes \
systemd \ systemd \
bzip2 \
curl \ curl \
git \ git \
sudo \ sudo \