ansible docker and continous integration to git.limbosolution.com/kb packages
All checks were successful
/ build-docker-image (push) Successful in 18s

This commit is contained in:
2024-09-03 11:19:02 +01:00
parent 67a5d279a5
commit 8e0a43481c
3 changed files with 41 additions and 1 deletions

7
docker/Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM ubuntu:latest
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update -y
RUN apt-get install -y gcc python3-dev
RUN apt-get install python3-pip -y
RUN apt-get install python3-virtualenv -y
RUN pip3 install ansible --break-system-packages