File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ USER root
55RUN dnf install -y epel-release
66RUN dnf install -y cronie
77RUN dnf install -y git
8+ RUN dnf install -y curl
89RUN dnf install -y python3-pip
910
1011RUN python3 -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM ubuntu:20.04
33USER root
44
55RUN apt-get update
6- RUN apt-get install -y cron gpg python3-pip git
6+ RUN apt-get install -y cron gpg python3-pip git curl
77RUN env DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true apt-get install -y systemd
88
99RUN pip3 install "ansible<9.0.0"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM ubuntu:22.04
33USER root
44
55RUN apt update
6- RUN apt install -y cron gpg python3 python3-pip systemd git
6+ RUN apt install -y cron gpg python3 python3-pip systemd git curl
77
88RUN python3 -m pip install -U pip
99RUN python3 -m pip install ansible
You can’t perform that action at this time.
0 commit comments