We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9896eca + 2c841b9 commit ad16d36Copy full SHA for ad16d36
2 files changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM debian:bookworm
+FROM debian:trixie
2
LABEL org.opencontainers.image.authors="Tobias Gruetzmacher <tobias-docker@23.gs>"
3
4
ENV DEBIAN_FRONTEND=noninteractive
@@ -17,7 +17,6 @@ RUN \
17
&& apt-get install -y --no-install-recommends \
18
ca-certificates \
19
curl \
20
- libvulkan1 \
21
unzip \
22
xauth \
23
xvfb \
apt/sources.list.d/winehq.sources
@@ -1,7 +1,7 @@
# Repository for wine
Types: deb
URIs: https://dl.winehq.org/wine-builds/debian/
-Suites: bookworm
+Suites: trixie
5
Components: main
6
Enabled: no
7
Signed-By:
0 commit comments