mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 15:08:03 -03:30
Merge pull request #5423 from AlanCoding/pycurl
Add pycurl to container images Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
2f75b48c63
@ -36,6 +36,7 @@ RUN dnf -y update && \
|
||||
python3-pip \
|
||||
python3-psycopg2 \
|
||||
python3-setuptools \
|
||||
python3-pycurl \
|
||||
rsync \
|
||||
subversion \
|
||||
sudo \
|
||||
|
||||
@ -40,6 +40,7 @@ RUN dnf -y update && \
|
||||
python3-pip \
|
||||
python3-psycopg2 \
|
||||
python3-setuptools \
|
||||
python3-pycurl \
|
||||
rsync \
|
||||
subversion \
|
||||
sudo \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user