mirror of
https://github.com/morten-olsen/configs.git
synced 2026-02-08 00:46:24 +01:00
fix docker
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user