From a9bcf5044b2d40de71ff626b4f13fb7fd48515af Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 6 Jul 2023 00:52:50 +0300 Subject: [PATCH] add software-properties-common to docker --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index a17c521de..be11f4cb5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive RUN apt -y update RUN apt -y upgrade RUN apt -y autoremove +RUN apt install -y software-properties-common RUN apt install -y supervisor RUN apt install -y python3-pip RUN apt install -y ffmpeg