From d2289fe9c643162c8b3701eeb9b1aec43981e9c3 Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Mon, 2 Dec 2019 09:13:56 -0500 Subject: [PATCH] add pycurl to container images --- installer/roles/image_build/templates/Dockerfile.j2 | 1 + tools/docker-compose/Dockerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/installer/roles/image_build/templates/Dockerfile.j2 b/installer/roles/image_build/templates/Dockerfile.j2 index ecc9fb5678..4811d34023 100644 --- a/installer/roles/image_build/templates/Dockerfile.j2 +++ b/installer/roles/image_build/templates/Dockerfile.j2 @@ -36,6 +36,7 @@ RUN dnf -y update && \ python3-pip \ python3-psycopg2 \ python3-setuptools \ + python3-pycurl \ rsync \ subversion \ sudo \ diff --git a/tools/docker-compose/Dockerfile b/tools/docker-compose/Dockerfile index 079947926b..3a5c635986 100644 --- a/tools/docker-compose/Dockerfile +++ b/tools/docker-compose/Dockerfile @@ -40,6 +40,7 @@ RUN dnf -y update && \ python3-pip \ python3-psycopg2 \ python3-setuptools \ + python3-pycurl \ rsync \ subversion \ sudo \