mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-05 09:15:45 +03:00
feat(main): install ansible collections
This commit is contained in:
parent
a88568658c
commit
8d0fe541b0
3 changed files with 14 additions and 5 deletions
|
@ -19,6 +19,7 @@ COPY . .
|
|||
RUN poetry install --no-root
|
||||
CMD poetry env use .venv/bin/python && \
|
||||
chmod +x entrypoint.sh
|
||||
RUN ansible-galaxy collection install -r collections/requirements.yml
|
||||
|
||||
# Set entrypoint
|
||||
ENTRYPOINT [ "/ansible/entrypoint.sh" ]
|
Loading…
Add table
Add a link
Reference in a new issue