Added armhf and aarch64 recipes, binaries and prepackaged archives
This commit is contained in:
parent
4cee679bdb
commit
5a8c19b38e
17 changed files with 324 additions and 2 deletions
recipes/nmap/linux_armhf
19
recipes/nmap/linux_armhf/Dockerfile
Normal file
19
recipes/nmap/linux_armhf/Dockerfile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue