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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user