From 62b19d91def67abb538e5cd9a6d9c897bd7d46f8 Mon Sep 17 00:00:00 2001 From: Daniel afx Date: Thu, 24 Mar 2022 00:57:01 +0200 Subject: [PATCH] non interractive apt --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0940bf6..9094f8e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3-bullseye -RUN apt update -RUN apt install ffmpeg build-essential +RUN apt-get update +RUN apt-get -yq install ffmpeg build-essential RUN pip --no-cache-dir install \ discord.py \