add some build deps
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2019-11-10 14:44:27 +01:00
parent 4dd84db567
commit 817e405bda

View File

@ -6,7 +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"
RUN yum install -y gcc gcc-c++ \ RUN yum install -y \
gcc gcc-c++ \
libtool libtool-ltdl \ libtool libtool-ltdl \
gnutls-devel \ gnutls-devel \
pam-devel \ pam-devel \
@ -15,8 +16,18 @@ RUN yum install -y gcc gcc-c++ \
systemd-devel \ systemd-devel \
make cmake \ make cmake \
git \ git \
bzip2 \
expat-devel \
gperf \
nasm \
perl \
python \
gnutls \
yasm \
libva-devel \
zlib-devel \
pkgconfig \ pkgconfig \
wget \ wget curl \
automake autoconf \ automake autoconf \
yum-utils rpm-build && \ yum-utils rpm-build && \
yum clean all yum clean all