Fix install
Some checks failed
Publish Docker image / Push Docker image to the registry (push) Failing after 6m54s

This commit is contained in:
Anton Liaposhchenko 2024-05-24 21:06:56 +03:00
parent bd8ecf3058
commit 4464f15c96

View File

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