commit daf69906bc1859f51256ec442c18be3d3baa22ad parent a6b3cdde744dcbf8fd5924ac7aa8cd48942d4f11 Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Mon, 14 Nov 2016 00:00:46 +0100 build libmicrohttpd in container Diffstat:
| M | docker/base/Dockerfile | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/docker/base/Dockerfile b/docker/base/Dockerfile @@ -32,3 +32,10 @@ RUN ./bootstrap \ && ./configure --with-libgnurl=/usr/local/ \ && make \ && make install + +WORKDIR ../libmicrohttpd + +RUN ./bootstrap \ + && ./configure \ + && make \ + && make install