Initial commit
This commit is contained in:
parent
4ae8082081
commit
4cee679bdb
802 changed files with 2840 additions and 1 deletions
recipes/socat
18
recipes/socat/Dockerfile
Normal file
18
recipes/socat/Dockerfile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue