We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c44aaf commit a420d46Copy full SHA for a420d46
docker/Dockerfile.fedora
@@ -10,4 +10,5 @@ RUN sudo dnf upgrade -y && \
10
gtest-devel \
11
cli11-devel \
12
git \
13
- fmt-devel
+ fmt-devel \
14
+ pybind11-devel
docker/Dockerfile.ubuntu
@@ -2,4 +2,5 @@ FROM ubuntu:24.04
2
3
ENV DEBIAN_FRONTEND=noninteractive
4
5
-RUN apt update && apt install -y g++-14 clang-18 meson ninja-build python3-dev libgtest-dev libcli11-dev software-properties-common git
+
6
+RUN apt update && apt install -y g++-14 clang-18 meson ninja-build python3-dev libgtest-dev libcli11-dev software-properties-common git python3-pybind11 pybind11-dev
0 commit comments