From 2ed66e473a3b2820399303f6fba65b64ce89849d Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 11 Jun 2020 16:01:45 +0200 Subject: [PATCH] debug --- Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5019895..cc7c56c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,8 @@ LABEL maintainer="Robert Kaussow " \ org.label-schema.vendor="Robert Kaussow" \ org.label-schema.schema-version="1.0" +COPY overlay/ / + RUN yum install -q -y \ gcc gcc-c++ \ libtool libtool-ltdl \ @@ -31,9 +33,9 @@ RUN yum install -q -y \ pkgconfig \ wget curl \ automake autoconf \ - yum-utils rpm-build \ - rsync \ + yum-utils rpm-build rpmdevtools \ epel-release && \ + rpm --import https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7 && \ yum clean all USER root