File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- FROM debian:bookworm -backports
1+ FROM debian:trixie -backports
22
33ARG TARGETPLATFORM
44ARG DEBIAN_FRONTEND=noninteractive
@@ -8,8 +8,8 @@ RUN apt-get update && \
88 apt-get install -y locales tzdata && \
99 localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 && \
1010 apt-get install --no-install-recommends -y \
11- python3-distutils python3-openssl \
12- make meson/bookworm-backports gcc g++ clang pkg-config \
11+ python3-setuptools python3-openssl \
12+ make meson gcc g++ clang pkg-config \
1313 libjson-c-dev libssl-dev libkeyutils-dev libdbus-1-dev swig xz-utils \
1414 ca-certificates git libcurl4 libarchive13 \
1515 python3-sphinx asciidoc xmlto curl && \
Original file line number Diff line number Diff line change 1- FROM debian:bookworm -slim
1+ FROM debian:trixie -slim
22
33ARG TARGETPLATFORM
44ARG DEBIAN_FRONTEND=noninteractive
Original file line number Diff line number Diff line change 1- FROM debian:bookworm -backports
1+ FROM debian:trixie -backports
22
33ARG TARGETPLATFORM
44ARG DEBIAN_FRONTEND=noninteractive
@@ -8,7 +8,7 @@ RUN apt-get update && \
88 localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 && \
99 apt-get install --no-install-recommends -y \
1010 gcc g++ pkg-config libpkgconf-dev libcurl4-openssl-dev libarchive-dev cmake \
11- ca-certificates git make meson/bookworm-backports libpam-dev libcap-ng-dev \
11+ ca-certificates git make meson libpam-dev libcap-ng-dev \
1212 python3 python3-yaml && \
1313 apt-get update && \
1414 apt-get clean && \
You can’t perform that action at this time.
0 commit comments