From 66b2faac7c74c2a837c470ae7e8709b0ba39b721 Mon Sep 17 00:00:00 2001 From: Tristan Andrus Date: Tue, 25 Mar 2025 23:12:59 -0600 Subject: [PATCH] WIP --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b7ec3dc..90f58c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,8 @@ WORKDIR /app COPY requirements.txt ./ RUN pip install --no-cache-dir -r requirements.txt -RUN apk get rsync +RUN apt-get update -y && apt-get upgrade -y +RUN apt-get install -y rsync COPY . ./