From 2d1102c2da8aaf4f454f5e7b74240951b77da75c Mon Sep 17 00:00:00 2001
From: tobias <thinkdifferent055@gmail.com>
Date: Sun, 20 Apr 2025 17:48:46 +0200
Subject: [PATCH] change dependency installation in dockerfile

---
 Dockerfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 3a8ce80..9d383a4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,8 +10,7 @@ COPY . /opt/StorageLeaf
 RUN rm -f /opt/StorageLeaf/settings.json
 
 WORKDIR /opt/StorageLeaf
-RUN /root/.local/bin/poetry install --no-root && \
-    /root/.local/bin/poetry cache clear --all .
+RUN /root/.local/bin/poetry install --without dev
 RUN ln -s $($HOME/.local/share/pypoetry/venv/bin/poetry env info -p) /opt/StorageLeaf/myvenv
 
 WORKDIR /opt/StorageLeaf/src
-- 
GitLab