add some build deps
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-11-10 14:44:27 +01:00
parent 4dd84db567
commit 817e405bda
1 changed files with 25 additions and 14 deletions

View File

@ -6,20 +6,31 @@ LABEL maintainer="Robert Kaussow <mail@geeklabor.de>" \
org.label-schema.vendor="Robert Kaussow" \
org.label-schema.schema-version="1.0"
RUN yum install -y gcc gcc-c++ \
libtool libtool-ltdl \
gnutls-devel \
pam-devel \
dbus-devel \
avahi-devel \
systemd-devel \
make cmake \
git \
pkgconfig \
wget \
automake autoconf \
yum-utils rpm-build && \
yum clean all
RUN yum install -y \
gcc gcc-c++ \
libtool libtool-ltdl \
gnutls-devel \
pam-devel \
dbus-devel \
avahi-devel \
systemd-devel \
make cmake \
git \
bzip2 \
expat-devel \
gperf \
nasm \
perl \
python \
gnutls \
yasm \
libva-devel \
zlib-devel \
pkgconfig \
wget curl \
automake autoconf \
yum-utils rpm-build && \
yum clean all
USER root
CMD /srv/pkg