From 2de86b3645b3f3841cbb132398065241cf028f1c Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 25 Jul 2024 22:10:27 +0200 Subject: [PATCH] f --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7e86659..4bcc21a 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 --roles-path=/homeserver/roles +RUN ansible-galaxy install -r requirements.yaml --roles-path=/ansible/roles RUN apt-get update \ && apt-get -y --no-install-recommends install \