add software-properties-common to docker

pull/166/head
Aevann 2023-07-06 00:52:50 +03:00
parent bc13b908c8
commit a9bcf5044b
1 changed files with 1 additions and 0 deletions

View File

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