non interractive apt
This commit is contained in:
parent
0000f0657f
commit
62b19d91de
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue