summaryrefslogtreecommitdiff
path: root/docker/exchange/Dockerfile
blob: b00749889d8d306b910eca7b88d01e3837d43638 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 \
        --prefix=$HOME/local \
    && make \
    && make install

RUN $HOME/deployment/bin/taler-deployment-config-sign \
    && $HOME/deployment/bin/taler-deployment-keyup
#   taler-exchange-dbinit -r # Problematic, no db running..