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.arm
Robert Kaussow 6016d4a7ed refactoring
2019-03-13 10:57:48 +01:00

22 lines
542 B
Docker

FROM arm32v7/centos:7
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
USER root
ENV FLAVOR=rpmbuild OS=centos DIST=el7
CMD /srv/pkg