static-toolbox/recipes/socat/Dockerfile

18 lines
346 B
Text
Raw Permalink Normal View History

2018-02-22 12:54:13 +00:00
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