mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-10 03:35:47 +03:00
feat: configure host system (#12)
This commit is contained in:
parent
0822715a25
commit
abffb756d6
4 changed files with 44 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
|||
# Source Image
|
||||
FROM docker.io/library/python:alpine3.17
|
||||
|
||||
# Install SSH
|
||||
RUN apk add openssh
|
||||
|
||||
# Install ansible and dependencies
|
||||
WORKDIR /ansible
|
||||
COPY ./ansible .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue