diff --git a/Dockerfile b/Dockerfile index b2eecae..a79cb65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM rust:1-bookworm COPY --from=ffmpeg /opt/ffmpeg-build/ /usr/ RUN apt-get update -RUN apt-get install libclang-dev +RUN apt-get install -yqq libclang-dev COPY . /opt/app WORKDIR /opt/app