feat: configure host system (#12)

This commit is contained in:
Stephan Lüscher 2023-05-05 21:23:16 +00:00
parent 0822715a25
commit abffb756d6
No known key found for this signature in database
GPG key ID: 445779060FF3D3CF
4 changed files with 44 additions and 2 deletions

View file

@ -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 .