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

This commit is contained in:
Robert Kaussow 2020-06-11 16:03:30 +02:00
parent 2ed66e473a
commit f32d53b173
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 2 additions and 2 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"
COPY overlay/ /
RUN yum install -q -y \
gcc gcc-c++ \
libtool libtool-ltdl \
@ -38,6 +36,8 @@ RUN yum install -q -y \
rpm --import https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7 && \
yum clean all
ADD overlay/ /
USER root
WORKDIR /drone/src