debug
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2020-06-11 16:01:45 +02:00
parent 47945766b1
commit 2ed66e473a
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 4 additions and 2 deletions

View File

@ -6,6 +6,8 @@ LABEL maintainer="Robert Kaussow <mail@geeklabor.de>" \
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