fix docker

This commit is contained in:
Morten Olsen
2024-10-09 22:13:32 +02:00
parent 66ac76c11c
commit 343d7066aa

View File

@@ -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