summaryrefslogtreecommitdiff
path: root/docker/merchant/Dockerfile
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-17 21:20:12 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-17 21:20:12 +0100
commit21c6b40156db5a505215d4ce57fcab0ff6691300 (patch)
tree9dd8b61796c86e1b6694406ad3660cf64d00ce09 /docker/merchant/Dockerfile
parentbe061b4da9a8850412c216bdf49589e6951527c5 (diff)
downloaddeployment-21c6b40156db5a505215d4ce57fcab0ff6691300.tar.gz
deployment-21c6b40156db5a505215d4ce57fcab0ff6691300.tar.bz2
deployment-21c6b40156db5a505215d4ce57fcab0ff6691300.zip
move unmaintained files to historic/
Diffstat (limited to 'docker/merchant/Dockerfile')
-rw-r--r--docker/merchant/Dockerfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/docker/merchant/Dockerfile b/docker/merchant/Dockerfile
deleted file mode 100644
index b8d682b..0000000
--- a/docker/merchant/Dockerfile
+++ /dev/null
@@ -1,19 +0,0 @@
-FROM taler/exchange
-
-RUN git clone git://taler.net/merchant ~/merchant
-
-WORKDIR $HOME/merchant
-
-RUN ./bootstrap \
- && ./configure CFLAGS='-ggdb -O0' \
- --with-gnunet=/usr/local \
- --with-exchange=/usr/local \
- --with-microhttpd=/usr/local \
- && make \
- && make install
-
-COPY ./entry_point.sh /
-COPY ./exchange_pub.txt /
-COPY ./exchange_url.txt /
-
-ENTRYPOINT ["/entry_point.sh"]