WIP
This commit is contained in:
+2
-1
@@ -5,7 +5,8 @@ WORKDIR /app
|
|||||||
COPY requirements.txt ./
|
COPY requirements.txt ./
|
||||||
|
|
||||||
RUN pip install --no-cache-dir -r 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 . ./
|
COPY . ./
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user