Skip to content

Commit 207b1ca

Browse files
committed
install curl
1 parent 83cd290 commit 207b1ca

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/Dockerfile-rockylinux-8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ USER root
55
RUN dnf install -y epel-release
66
RUN dnf install -y cronie
77
RUN dnf install -y git
8+
RUN dnf install -y curl
89
RUN dnf install -y python3-pip
910

1011
RUN python3 -m pip install --upgrade pip

.github/workflows/Dockerfile-ubuntu-20.04

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ubuntu:20.04
33
USER root
44

55
RUN 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
77
RUN env DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true apt-get install -y systemd
88

99
RUN pip3 install "ansible<9.0.0"

.github/workflows/Dockerfile-ubuntu-22.04

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ubuntu:22.04
33
USER root
44

55
RUN 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

88
RUN python3 -m pip install -U pip
99
RUN python3 -m pip install ansible

0 commit comments

Comments
 (0)