From d1ef3dddffbab98646753f6c96cbf461f86a1e70 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Aug 12 2019 12:12:31 +0000 Subject: Install ogr library so we can use it --- diff --git a/Dockerfile b/Dockerfile index a627036..22ec84f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ENV PYTHONUNBUFFERED=true RUN dnf update -y && dnf clean all # Install pagure/fedmsg libraries -RUN dnf -y install python3-libpagure fedora-messaging && dnf clean all +RUN dnf -y install python3-ogr fedora-messaging && dnf clean all RUN mkdir /work WORKDIR /work