mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Docker image fix: libpython needs to be 3.9 on Debian Bullseye
This commit is contained in:
parent
9aadc7e42a
commit
eaa39a489f
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ RUN apt-get -q update \
|
||||||
libz-dev \
|
libz-dev \
|
||||||
make \
|
make \
|
||||||
python3-minimal \
|
python3-minimal \
|
||||||
python3-dev \
|
python3.9-dev \
|
||||||
swig \
|
swig \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
|
@ -45,7 +45,7 @@ RUN apt-get -q update \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
git \
|
git \
|
||||||
libmaxminddb0 \
|
libmaxminddb0 \
|
||||||
libpython3.7 \
|
libpython3.9 \
|
||||||
libpcap0.8 \
|
libpcap0.8 \
|
||||||
libssl1.1 \
|
libssl1.1 \
|
||||||
libz1 \
|
libz1 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue