summaryrefslogtreecommitdiff
path: root/docker/exchange
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-14 00:20:10 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-14 00:20:10 +0100
commitfab902ea13383da7802ab75ffeb2f0fb6f51870e (patch)
tree71512fa9be7402d69b21d391b1636d93b8beaac5 /docker/exchange
parent731019f962e3730be4c976f7e395dbc62bf61b15 (diff)
downloaddeployment-fab902ea13383da7802ab75ffeb2f0fb6f51870e.tar.gz
deployment-fab902ea13383da7802ab75ffeb2f0fb6f51870e.tar.bz2
deployment-fab902ea13383da7802ab75ffeb2f0fb6f51870e.zip
exchange container
Diffstat (limited to 'docker/exchange')
-rw-r--r--docker/exchange/Dockerfile13
1 files changed, 13 insertions, 0 deletions
diff --git a/docker/exchange/Dockerfile b/docker/exchange/Dockerfile
new file mode 100644
index 0000000..d161ff8
--- /dev/null
+++ b/docker/exchange/Dockerfile
@@ -0,0 +1,13 @@
+FROM taler/base
+
+RUN git clone git://taler.net/exchange
+
+WORKDIR exchange
+
+RUN ./bootstrap \
+ && ./configure CFLAGS='-ggdb -O0' \
+ --with-libgnurl=/usr/local \
+ --with-microhttpd=/usr/local \
+ --with-gnunet=/usr/local \
+ make \
+ make install