summaryrefslogtreecommitdiff
path: root/docker/exchange/Dockerfile
blob: d161ff89d02653c5194a938e0875e12920f8ba84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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