ansible docker and continous integration to git.limbosolution.com/kb packages
All checks were successful
/ build-docker-image (push) Successful in 18s
All checks were successful
/ build-docker-image (push) Successful in 18s
This commit is contained in:
7
docker/Dockerfile
Normal file
7
docker/Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user