add pycurl to container images

This commit is contained in:
AlanCoding 2019-12-02 09:13:56 -05:00
parent e59f3982ae
commit d2289fe9c6
No known key found for this signature in database
GPG Key ID: FD2C3C012A72926B
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@ RUN dnf -y update && \
python3-pip \
python3-psycopg2 \
python3-setuptools \
python3-pycurl \
rsync \
subversion \
sudo \

View File

@ -40,6 +40,7 @@ RUN dnf -y update && \
python3-pip \
python3-psycopg2 \
python3-setuptools \
python3-pycurl \
rsync \
subversion \
sudo \