Skip to content

Commit 7869b78

Browse files
Corner, Bradleysergiomb2
authored andcommitted
Add dockerfile
1 parent c75d2ff commit 7869b78

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)