Add missing executable
This commit is contained in:
parent
9e4a752870
commit
4be583e5a3
4 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue