diff --git a/Dockerfile b/Dockerfile index be11f4cb5..a5ccc5ef8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ RUN apt -y update RUN apt -y upgrade RUN apt -y autoremove RUN apt install -y software-properties-common +RUN apt install -y sudo RUN apt install -y supervisor RUN apt install -y python3-pip RUN apt install -y ffmpeg