File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -73,9 +73,16 @@ services:
7373 - svn
7474 - svn_adminrest
7575
76+ httpd-svn-curl :
77+ build : ../httpd
78+ labels :
79+ - com.yolean.build-contract
80+ entrypoint : curl
81+ command : [-I, "https://svn.apache.org/repos/asf/subversion/trunk/"]
82+
7683 httpd-svn-client :
7784 build : ../httpd
7885 labels :
7986 - com.yolean.build-contract
8087 entrypoint : svn
81- command : [info, "https://github.com/Reposoft/docker-svn "]
88+ command : [info, "https://svn.apache.org/repos/asf/subversion/trunk/ "]
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ ENV DEBIAN_FRONTEND noninteractive
1111RUN depsRuntime=" \
1212 libsqlite3-0 \
1313 curl \
14+ libserf-1-1 \
1415 " \
1516 && depsBuild=" \
1617 ca-certificates \
@@ -21,6 +22,8 @@ RUN depsRuntime=" \
2122 make \
2223 libsqlite3-dev \
2324 libz-dev \
25+ libneon27-dev \
26+ libserf-dev \
2427 " \
2528 set -x \
2629 && apt-get update \
You can’t perform that action at this time.
0 commit comments