Skip to content

Commit f671537

Browse files
committed
fix(wine): remove unneeded package installation
1 parent 254a44d commit f671537

File tree

5 files changed

+0
-15
lines changed

5 files changed

+0
-15
lines changed

wine/10-stable/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ RUN set -eux; \
4343
xargs -ra /tmp/wine-files/wine-${WINE_TARGET}-${WINE_BRANCH}-deps-arm64.txt \
4444
apt-get install -o APT::Keep-Downloaded-Packages="false" -y --no-install-recommends; \
4545
\
46-
apt-get install -o APT::Keep-Downloaded-Packages="false" -y --no-install-recommends \
47-
dpkg-dev; \
48-
\
4946
for n in \
5047
"wine-${WINE_BRANCH}-amd64_${WINE_BUILD}_amd64.deb" \
5148
"wine-${WINE_BRANCH}_${WINE_BUILD}_amd64.deb" \

wine/9-stable/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ RUN set -eux; \
4343
xargs -ra /tmp/wine-files/wine-${WINE_TARGET}-${WINE_BRANCH}-deps-arm64.txt \
4444
apt-get install -o APT::Keep-Downloaded-Packages="false" -y --no-install-recommends; \
4545
\
46-
apt-get install -o APT::Keep-Downloaded-Packages="false" -y --no-install-recommends \
47-
dpkg-dev; \
48-
\
4946
for n in \
5047
"wine-${WINE_BRANCH}-amd64_${WINE_BUILD}_amd64.deb" \
5148
"wine-${WINE_BRANCH}_${WINE_BUILD}_amd64.deb" \

wine/devel/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ RUN set -eux; \
3838
xargs -ra /tmp/wine-files/wine-${WINE_BRANCH}-deps-arm64.txt \
3939
apt-get install -o APT::Keep-Downloaded-Packages="false" -y --no-install-recommends; \
4040
\
41-
apt-get install -o APT::Keep-Downloaded-Packages="false" -y --no-install-recommends \
42-
dpkg-dev; \
43-
\
4441
for n in \
4542
"wine-${WINE_BRANCH}-amd64_${WINE_BUILD}_amd64.deb" \
4643
"wine-${WINE_BRANCH}_${WINE_BUILD}_amd64.deb" \

wine/stable/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ RUN set -eux; \
3838
xargs -ra /tmp/wine-files/wine-${WINE_BRANCH}-deps-arm64.txt \
3939
apt-get install -o APT::Keep-Downloaded-Packages="false" -y --no-install-recommends; \
4040
\
41-
apt-get install -o APT::Keep-Downloaded-Packages="false" -y --no-install-recommends \
42-
dpkg-dev; \
43-
\
4441
for n in \
4542
"wine-${WINE_BRANCH}-amd64_${WINE_BUILD}_amd64.deb" \
4643
"wine-${WINE_BRANCH}_${WINE_BUILD}_amd64.deb" \

wine/staging/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ RUN set -eux; \
3838
xargs -ra /tmp/wine-files/wine-${WINE_BRANCH}-deps-arm64.txt \
3939
apt-get install -o APT::Keep-Downloaded-Packages="false" -y --no-install-recommends; \
4040
\
41-
apt-get install -o APT::Keep-Downloaded-Packages="false" -y --no-install-recommends \
42-
dpkg-dev; \
43-
\
4441
for n in \
4542
"wine-${WINE_BRANCH}-amd64_${WINE_BUILD}_amd64.deb" \
4643
"wine-${WINE_BRANCH}_${WINE_BUILD}_amd64.deb" \

0 commit comments

Comments
 (0)