From f4810b2f823a4d5229a76e6b882584812303bfbf Mon Sep 17 00:00:00 2001 From: kieran Date: Thu, 21 Nov 2024 15:54:09 +0000 Subject: [PATCH] fix: all-features --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6a62872..7ad1b58 100755 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN git clone --single-branch --branch release/7.1 https://git.ffmpeg.org/ffmpeg --disable-static \ --enable-shared && \ make -j$(nproc) && make install -RUN cargo install --path . --bin zap-stream-core --root /app/build +RUN cargo install --path . --bin zap-stream-core --root /app/build --all-features FROM $IMAGE AS runner WORKDIR /app