From dee548e1eaed1c8a453923393212762583330fc6 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 25 Jul 2024 22:05:01 +0200 Subject: [PATCH] d --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f823e10..7e86659 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY requirements.yaml . RUN python3 -m pip install --upgrade pip \ && python3 -m pip install --no-cache-dir -r requirements.txt -RUN ansible-galaxy install -r requirements.yaml +RUN ansible-galaxy install -r requirements.yaml --roles-path=/homeserver/roles RUN apt-get update \ && apt-get -y --no-install-recommends install \