Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docker/Dockerfile.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ RUN sudo dnf upgrade -y && \
clang \
meson \
ninja-build \
cmake \
make \
python3-devel \
gtest-devel \
cli11-devel \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ FROM ubuntu:24.04
ENV DEBIAN_FRONTEND=noninteractive


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
RUN apt update && apt install -y g++-14 clang-18 meson ninja-build cmake make python3-dev libgtest-dev libcli11-dev software-properties-common git python3-pybind11 pybind11-dev
Loading