[pygtk-web/oscp] bzip2 is required for the build to happen



commit a6ac0021e6f43cf5108883fe39aaa56eba73bbec
Author: Andrea Veri <averi redhat com>
Date:   Fri Aug 23 12:32:15 2019 +0200

    bzip2 is required for the build to happen

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index d987bfb..82e85e3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,7 +7,7 @@ ENV SITE_ROOT=/opt/app-root/src \
 
 COPY app_data ${SITE_ROOT}
 RUN mkdir ${SITE_ROOT}/html ${SITE_ROOT}/src && \
-    yum install git automake -y && \
+    yum install git automake bzip2 -y && \
     git clone ${REPO} ${SITE_ROOT}/src && \
     cd ${SITE_ROOT}/src && \
     make WEBDIR=$SITE_ROOT/html && \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]