diff --git a/Dockerfile b/Dockerfile
index a3f542d772c8222032547f193e8f77c55f99b8ab..bd54ff9a7129e156a2096d57de56eafaea80aced 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -18,5 +18,5 @@ ENV PATH /root/.cargo/bin:$PATH
 RUN rustup component add rustfmt-preview
 RUN rustup component add clippy
 
-# install cargo deb
-RUN cargo install cargo-deb
\ No newline at end of file
+# install cargo deb and cargo deny
+RUN cargo install cargo-deb && cargo install cargo-deny
\ No newline at end of file