Update docker/Dockerfile

This commit is contained in:
2024-09-03 09:18:31 +00:00
parent d960096417
commit bd36adfc2a

View File

@@ -3,7 +3,8 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update RUN apt-get update
RUN apt-get install -y gcc python3-dev RUN apt-get install -y gcc python3-dev
RUN apt-get install python3-pip -y RUN apt-get install python3-pip -y
RUN pip3 install --upgrade pip RUN apt-get install python3-virtualenv -y
RUN pip3 install --upgrade virtualenv #RUN pip3 install --upgrade pip
#RUN pip3 install --upgrade virtualenv
RUN pip3 install ansible RUN pip3 install ansible
RUN apt-get -y install openssh-client RUN apt-get -y install openssh-client