Skip to content

Commit 4e6916c

Browse files
committed
dockerfile: update to debian trixie release
Signed-off-by: Daniel Wagner <wagi@kernel.org>
1 parent a89a142 commit 4e6916c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile.debian

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:bookworm-backports
1+
FROM debian:trixie-backports
22

33
ARG TARGETPLATFORM
44
ARG 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 && \

Dockerfile.debian.python

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:bookworm-slim
1+
FROM debian:trixie-slim
22

33
ARG TARGETPLATFORM
44
ARG DEBIAN_FRONTEND=noninteractive

staging/Dockerfile.debian.staging

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:bookworm-backports
1+
FROM debian:trixie-backports
22

33
ARG TARGETPLATFORM
44
ARG 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 && \

0 commit comments

Comments
 (0)