From 343d7066aaebf81e3cb393299dd6e6bc7f801fce Mon Sep 17 00:00:00 2001 From: Morten Olsen Date: Wed, 9 Oct 2024 22:13:32 +0200 Subject: [PATCH] fix docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd297b7..26bd24a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM fedora RUN dnf update -y && dnf install -y \ ansible -WORKDIR /opt/setuo +WORKDIR /opt/setup COPY ./requirements.yml /opt/setup RUN ansible-galaxy collection install -r requirements.yml COPY . /opt/setup