non interractive apt

This commit is contained in:
Daniel afx 2022-03-24 00:57:01 +02:00
parent 0000f0657f
commit 62b19d91de

View file

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