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