Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build-contracts/svnsync.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ svnbackup:
environment:
ADMIN_REST_ACCESS: "true"
testsetup:
image: solsson/debian-svnclient
image: ../svnclient
links:
- svnmaster
- svnbackup
Expand Down
6 changes: 6 additions & 0 deletions svnclient/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ RUN depsRuntime=' \
libsqlite3-0 \
ca-certificates \
curl \
perl \
swig \
libapr1 \
libaprutil1 \
libneon27 \
Expand All @@ -16,6 +18,7 @@ RUN depsRuntime=' \
&& depsBuild=' \
bzip2 \
gcc \
libperl-dev \
libpcre++-dev \
libssl-dev \
make \
Expand All @@ -41,6 +44,9 @@ RUN depsRuntime=' \
&& make -j"$(nproc)" \
&& make install \
&& /sbin/ldconfig \
&& make swig-pl \
&& make check-swig-pl \
&& make install-swig-pl \
&& cd ../../ \
&& rm -r src/svn \
&& apt-get purge -y --auto-remove $depsBuild