debug
continuous-integration/drone/push Build was killed Details

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

View File

@ -6,8 +6,6 @@ LABEL maintainer="Robert Kaussow <mail@geeklabor.de>" \
org.label-schema.vendor="Robert Kaussow" \
org.label-schema.schema-version="1.0"
ADD overlay/ /
RUN yum install -q -y \
gcc gcc-c++ \
libtool libtool-ltdl \
@ -33,7 +31,7 @@ RUN yum install -q -y \
pkgconfig \
wget curl \
automake autoconf \
yum-utils rpm-build rpmdevtools \
yum-utils rpm-build \
rsync \
epel-release && \
yum clean all