docker image add openssh-client
All checks were successful
/ build-docker-image (push) Successful in 1m20s

This commit is contained in:
2024-09-03 23:35:52 +01:00
parent 8e0a43481c
commit d5edc731f3

View File

@@ -2,6 +2,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 -y openssh-client
RUN apt-get install python3-pip -y
RUN apt-get install python3-virtualenv -y
RUN pip3 install ansible --break-system-packages