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