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
|
FROM fedora
|
||||||
RUN dnf update -y && dnf install -y \
|
RUN dnf update -y && dnf install -y \
|
||||||
ansible
|
ansible
|
||||||
WORKDIR /opt/setuo
|
WORKDIR /opt/setup
|
||||||
COPY ./requirements.yml /opt/setup
|
COPY ./requirements.yml /opt/setup
|
||||||
RUN ansible-galaxy collection install -r requirements.yml
|
RUN ansible-galaxy collection install -r requirements.yml
|
||||||
COPY . /opt/setup
|
COPY . /opt/setup
|
||||||
|
|||||||
Reference in New Issue
Block a user