From 4be583e5a37a31c3e320409f9da56d1b74fb37c6 Mon Sep 17 00:00:00 2001 From: zontreck Date: Fri, 15 Nov 2024 16:32:16 -0700 Subject: [PATCH] Add missing executable --- wine/8.0/Dockerfile | 1 + wine/8.21/Dockerfile | 1 + wine/9.0/Dockerfile | 1 + wine/9.16/Dockerfile | 1 + 4 files changed, 4 insertions(+) diff --git a/wine/8.0/Dockerfile b/wine/8.0/Dockerfile index dc1714e..1580d01 100644 --- a/wine/8.0/Dockerfile +++ b/wine/8.0/Dockerfile @@ -3,6 +3,7 @@ FROM debian:latest AS BUILDER64 RUN dpkg --add-architecture i386 RUN apt-get update RUN apt-get upgrade -y +RUN apt-get install -y wget curl ENV INSTALL_PREFIX /opt/wine WORKDIR /tmp diff --git a/wine/8.21/Dockerfile b/wine/8.21/Dockerfile index 77b722b..c5764fc 100644 --- a/wine/8.21/Dockerfile +++ b/wine/8.21/Dockerfile @@ -3,6 +3,7 @@ FROM debian:latest AS BUILDER64 RUN dpkg --add-architecture i386 RUN apt-get update RUN apt-get upgrade -y +RUN apt-get install -y wget curl ENV INSTALL_PREFIX /opt/wine WORKDIR /tmp diff --git a/wine/9.0/Dockerfile b/wine/9.0/Dockerfile index cf6d08b..de4d20e 100644 --- a/wine/9.0/Dockerfile +++ b/wine/9.0/Dockerfile @@ -3,6 +3,7 @@ FROM debian:latest AS BUILDER64 RUN dpkg --add-architecture i386 RUN apt-get update RUN apt-get upgrade -y +RUN apt-get install -y wget curl ENV INSTALL_PREFIX /opt/wine WORKDIR /tmp diff --git a/wine/9.16/Dockerfile b/wine/9.16/Dockerfile index b0b6c06..06b65c9 100644 --- a/wine/9.16/Dockerfile +++ b/wine/9.16/Dockerfile @@ -3,6 +3,7 @@ FROM debian:latest AS BUILDER64 RUN dpkg --add-architecture i386 RUN apt-get update RUN apt-get upgrade -y +RUN apt-get install -y wget curl ENV INSTALL_PREFIX /opt/wine WORKDIR /tmp