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/socat

18
recipes/socat/Dockerfile Normal file
View file

@ -0,0 +1,18 @@
FROM ubuntu:zesty
RUN apt-get update && \
apt upgrade -yy && \
apt install -yy \
automake \
autoconf \
yodl \
build-essential \
libgmp-dev \
libmpfr-dev \
libmpc-dev \
wget \
git \
pkg-config \
python
RUN mkdir /build
ADD . /build
CMD /build/build.sh