We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e613ca8 commit 4d7be3dCopy full SHA for 4d7be3d
wine/common/Dockerfile
@@ -6,8 +6,7 @@ FROM --platform=linux/amd64 debian:bookworm-slim AS depsfinder
6
ENV DEBIAN_FRONTEND="noninteractive"
7
8
ARG WINE_DIST="bookworm"
9
-#ARG WINE_BRANCHES="stable devel staging 10-stable 9-stable"
10
-ARG WINE_BRANCHES="stable devel"
+ARG WINE_BRANCHES="stable devel staging 10-stable 9-stable"
11
12
COPY scripts/wine/find-deps.sh /usr/local/bin/find-deps.sh
13
COPY scripts/wine/create-common-deps-list.sh /usr/local/bin/create-common-deps-list.sh
0 commit comments