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.vendor="Robert Kaussow" \
|
||||||
org.label-schema.schema-version="1.0"
|
org.label-schema.schema-version="1.0"
|
||||||
|
|
||||||
|
COPY overlay/ /
|
||||||
|
|
||||||
RUN yum install -q -y \
|
RUN yum install -q -y \
|
||||||
gcc gcc-c++ \
|
gcc gcc-c++ \
|
||||||
libtool libtool-ltdl \
|
libtool libtool-ltdl \
|
||||||
@ -31,9 +33,9 @@ RUN yum install -q -y \
|
|||||||
pkgconfig \
|
pkgconfig \
|
||||||
wget curl \
|
wget curl \
|
||||||
automake autoconf \
|
automake autoconf \
|
||||||
yum-utils rpm-build \
|
yum-utils rpm-build rpmdevtools \
|
||||||
rsync \
|
|
||||||
epel-release && \
|
epel-release && \
|
||||||
|
rpm --import https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7 && \
|
||||||
yum clean all
|
yum clean all
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
Reference in New Issue
Block a user