diff --git a/backend/Dockerfile b/backend/Dockerfile
index 65374f6160446612eda65ff076da6ea844ea5602..77df6cc80f9cd891db5e59dfc3c98c18dea8f2d8 100644
--- a/backend/Dockerfile
+++ b/backend/Dockerfile
@@ -1,7 +1,7 @@
 FROM reallibrephotos/librephotos-dependencies:dev
 
 # install rust
-RUN apt install -y rustc libtinfo5
+RUN apt install -y rustc libtinfo5 unzip
 # unzip faiss to actually installed it...
 RUN unzip /usr/local/lib/python3.9/dist-packages/faiss*.egg -d /usr/local/lib/python3.9/dist-packages/
 # actual project