From e2d5a07ae986b85313ac8de664d02cf3e8a337d2 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 18 Feb 2022 16:52:04 +0200 Subject: [PATCH] xcv --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2387aabd5..c95f2d413 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ FROM ubuntu:20.04 -COPY supervisord.conf /etc/supervisord.conf - RUN apt update && apt install -y python3.8 python3-pip supervisor +COPY supervisord.conf /etc/supervisord.conf + COPY requirements.txt /etc/requirements.txt RUN pip3 install -r /etc/requirements.txt