From 04beb4fd18ad54169b4334cb7fa744876797582f Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 6 Jul 2023 00:59:26 +0300 Subject: [PATCH] install sudo in docker --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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