Add missing rsync
This commit is contained in:
parent
4be583e5a3
commit
b27eca1b68
4 changed files with 4 additions and 4 deletions
|
@ -3,7 +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
|
||||
RUN apt-get install -y wget curl rsync
|
||||
ENV INSTALL_PREFIX /opt/wine
|
||||
|
||||
WORKDIR /tmp
|
||||
|
|
|
@ -3,7 +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
|
||||
RUN apt-get install -y wget curl rsync
|
||||
ENV INSTALL_PREFIX /opt/wine
|
||||
|
||||
WORKDIR /tmp
|
||||
|
|
|
@ -3,7 +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
|
||||
RUN apt-get install -y wget curl rsync
|
||||
ENV INSTALL_PREFIX /opt/wine
|
||||
|
||||
WORKDIR /tmp
|
||||
|
|
|
@ -3,7 +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
|
||||
RUN apt-get install -y wget curl rsync
|
||||
ENV INSTALL_PREFIX /opt/wine
|
||||
|
||||
WORKDIR /tmp
|
||||
|
|
Loading…
Reference in a new issue