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