Skip to content

Commit

Permalink
Fix kfei#42
Browse files Browse the repository at this point in the history
  • Loading branch information
a0s authored Jan 3, 2017
1 parent 8501723 commit 784ee44
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,7 @@ RUN build_deps="automake build-essential ca-certificates libc-ares-dev libcppuni
cd .. && \
rm -rf curl-* && \
ldconfig && \
svn --trust-server-cert checkout https://svn.code.sf.net/p/xmlrpc-c/code/stable/ xmlrpc-c && \
cd xmlrpc-c && \
./configure --enable-libxml2-backend --disable-abyss-server --disable-cgi-server && \
make && \
make install && \
cd .. && \
rm -rf xmlrpc-c && \
ldconfig && \
apt-get -y install libxmlrpc-core-c3 libxmlrpc-core-c3-dev && \
wget -O libtorrent-$VER_LIBTORRENT.tar.gz https://github.com/rakshasa/libtorrent/archive/$VER_LIBTORRENT.tar.gz && \
tar xzf libtorrent-$VER_LIBTORRENT.tar.gz && \
cd libtorrent-$VER_LIBTORRENT && \
Expand Down

0 comments on commit 784ee44

Please sign in to comment.