This commit is contained in:
parent
47945766b1
commit
2ed66e473a
@ -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
|
||||
|
Reference in New Issue
Block a user