Docker image fix: libpython needs to be 3.9 on Debian Bullseye

This commit is contained in:
Christian Kreibich 2021-09-28 00:45:42 -07:00
parent 9aadc7e42a
commit eaa39a489f

View file

@ -18,7 +18,7 @@ RUN apt-get -q update \
libz-dev \
make \
python3-minimal \
python3-dev \
python3.9-dev \
swig \
ninja-build \
python3-pip \
@ -45,7 +45,7 @@ RUN apt-get -q update \
ca-certificates \
git \
libmaxminddb0 \
libpython3.7 \
libpython3.9 \
libpcap0.8 \
libssl1.1 \
libz1 \