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 c75d2ff commit 7869b78Copy full SHA for 7869b78
Dockerfile
@@ -0,0 +1,5 @@
1
+FROM ubuntu:16.04
2
+RUN apt-get -qq update
3
+RUN apt-get -q -y install git-core git-svn ruby
4
+RUN gem install svn2git
5
+CMD ["svn2git"]
0 commit comments