Add missing executable

This commit is contained in:
zontreck 2024-11-15 16:32:16 -07:00
parent 9e4a752870
commit 4be583e5a3
4 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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