mirror of
https://github.com/v0l/route96.git
synced 2025-06-16 16:28:49 +00:00
fix: missing deps for docker
This commit is contained in:
@ -33,7 +33,7 @@ RUN cargo install --path . --root /app/build
|
||||
FROM $IMAGE as runner
|
||||
WORKDIR /app
|
||||
RUN apt update && \
|
||||
apt install -y libx264-164 libwebp7 && \
|
||||
apt install -y libx264-164 libwebp7 libvpx7 && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
COPY --from=build /app/build .
|
||||
COPY --from=build /app/src/ui ui
|
||||
|
Reference in New Issue
Block a user