Skip to content

Commit

Permalink
dockerfile: select meson from bookwork-backports
Browse files Browse the repository at this point in the history
For building the muon we need an recent version of meson.

Signed-off-by: Daniel Wagner <[email protected]>
  • Loading branch information
igaw committed Sep 26, 2024
1 parent 52d4c56 commit 85d437a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update && \
localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 && \
apt-get install --no-install-recommends -y \
python3-distutils python3-openssl \
make meson gcc g++ clang pkg-config \
make meson/bookworm-backports gcc g++ clang pkg-config \
libjson-c-dev libssl-dev libkeyutils-dev libdbus-1-dev swig xz-utils \
ca-certificates git libcurl4 libarchive13 \
python3-sphinx asciidoc xmlto && \
Expand Down

0 comments on commit 85d437a

Please sign in to comment.