We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed33c6 commit bdd0868Copy full SHA for bdd0868
Dockerfile
@@ -0,0 +1,14 @@
1
+FROM debian:8.11
2
+
3
+RUN apt update && apt install -y \
4
+ make g++ libapr1-dev libsvn-dev libqt4-dev \
5
+ git subversion \
6
+ && rm -rf /var/lib/apt/lists/* \
7
+ && mkdir /usr/local/svn2git
8
9
+ADD . /usr/local/svn2git
10
11
+RUN cd /usr/local/svn2git && qmake && make
12
13
+WORKDIR /workdir
14
+CMD /usr/local/svn2git/svn-all-fast-export
0 commit comments