Add arch support

This commit is contained in:
Morten Olsen
2024-10-09 21:25:58 +02:00
parent f8c6ffee46
commit c860e8babb
33 changed files with 527 additions and 23 deletions

View File

@@ -1,6 +1,9 @@
FROM fedora
RUN dnf update -y && dnf install -y \
ansible
WORKDIR /opt/setuo
COPY ./requirements.yml /opt/setup
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