Skip to content

Commit 4d7be3d

Browse files
committed
fix(wine): build all deps lists
1 parent e613ca8 commit 4d7be3d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

wine/common/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ FROM --platform=linux/amd64 debian:bookworm-slim AS depsfinder
66
ENV DEBIAN_FRONTEND="noninteractive"
77

88
ARG WINE_DIST="bookworm"
9-
#ARG WINE_BRANCHES="stable devel staging 10-stable 9-stable"
10-
ARG WINE_BRANCHES="stable devel"
9+
ARG WINE_BRANCHES="stable devel staging 10-stable 9-stable"
1110

1211
COPY scripts/wine/find-deps.sh /usr/local/bin/find-deps.sh
1312
COPY scripts/wine/create-common-deps-list.sh /usr/local/bin/create-common-deps-list.sh

0 commit comments

Comments
 (0)