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 RUN $HOME/deployment/bin/taler-deployment-config-sign \ && $HOME/deployment/bin/taler-deployment-keyup # taler-exchange-dbinit -r # Problematic, no db running..