add python3 to integration test

debian base image doesn't include Python3
This commit is contained in:
Min RK
2023-03-21 11:05:25 +01:00
parent e03f5ec2cd
commit c80e5f6854

View File

@@ -11,6 +11,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
curl \
git \
sudo \
python3 \
&& rm -rf /var/lib/apt/lists/*
# Kill all the things we don't need