This repository has been archived on 2023-11-07. You can view files and clone it, but cannot push or open issues or pull requests.
rpmbuild/docker/Dockerfile.linux.amd64

22 lines
534 B
Docker
Raw Normal View History

2019-02-09 15:29:00 +01:00
FROM centos:7
RUN yum install -y gcc gcc-c++ \
libtool libtool-ltdl \
2019-02-09 23:37:14 +01:00
gnutls-devel \
pam-devel \
dbus-devel \
avahi-devel \
systemd-devel \
2019-02-09 15:29:00 +01:00
make cmake \
git \
pkgconfig \
wget \
automake autoconf \
yum-utils rpm-build && \
yum clean all
USER root
ENV FLAVOR=rpmbuild OS=centos DIST=el7
CMD /srv/pkg