Add missing rsync

This commit is contained in:
zontreck 2024-11-15 16:37:08 -07:00
parent 4be583e5a3
commit b27eca1b68
4 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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

View file

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