parent
4a4ae89b1b
commit
0d78c12c5a
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ RUN cargo build --release
|
||||||
FROM debian:buster
|
FROM debian:buster
|
||||||
|
|
||||||
RUN apt-get update && apt-get upgrade -y
|
RUN apt-get update && apt-get upgrade -y
|
||||||
RUN apt-get install -y ca-certificates openssl mkvtoolnix sqlite3
|
RUN apt-get install -y ca-certificates openssl mkvtoolnix sqlite3 ffmpeg
|
||||||
|
|
||||||
COPY --from=builder /app/target/release/watchdogs /watchdogs
|
COPY --from=builder /app/target/release/watchdogs /watchdogs
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue