diff --git a/Dockerfile b/Dockerfile index a1c1ec1..bd297b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ RUN dnf update -y && dnf install -y \ ansible WORKDIR /opt/setuo COPY ./requirements.yml /opt/setup -RUN ansible-galaxy collection install -r requirements.yml. +RUN ansible-galaxy collection install -r requirements.yml COPY . /opt/setup RUN ansible-playbook /opt/setup/playbooks/image.yml RUN mkdir /workspace && chown alice:alice /workspace