Added armhf and aarch64 recipes, binaries and prepackaged archives

This commit is contained in:
takeshix 2018-02-26 17:02:00 +01:00
parent 4cee679bdb
commit 5a8c19b38e
17 changed files with 324 additions and 2 deletions
recipes/nmap/linux_armhf

View file

@ -0,0 +1,19 @@
FROM ubuntu:xenial
RUN apt-get update && \
apt upgrade -yy && \
apt install -yy \
automake \
cmake \
build-essential \
checkinstall \
libgmp-dev \
libmpfr-dev \
libmpc-dev \
wget \
git \
pkg-config \
python
RUN mkdir /build
ADD . /build
RUN chmod +x /build/build_armhf.sh
CMD /build/build_armhf.sh