Initial commit

This commit is contained in:
takeshix 2018-02-22 13:54:13 +01:00
parent 4ae8082081
commit 4cee679bdb
802 changed files with 2840 additions and 1 deletions
recipes/nmap/linux_x86

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_x86.sh
CMD /build/build_x86.sh