install sudo in docker

pull/166/head
Aevann 2023-07-06 00:59:26 +03:00
parent a9bcf5044b
commit 04beb4fd18
1 changed files with 1 additions and 0 deletions

View File

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