Fix install
Some checks failed
Publish Docker image / Push Docker image to the registry (push) Failing after 6m54s
Some checks failed
Publish Docker image / Push Docker image to the registry (push) Failing after 6m54s
This commit is contained in:
parent
bd8ecf3058
commit
4464f15c96
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user