fix: all-features

This commit is contained in:
kieran 2024-11-21 15:54:09 +00:00
parent 15db36443c
commit f4810b2f82
No known key found for this signature in database
GPG Key ID: DE71CEB3925BE941

View File

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