Skip to content

Commit 4d816ab

Browse files
committed
Support git
1 parent 87904ab commit 4d816ab

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ RUN curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-$DOCKER_VERSI
4242

4343
# Install ruby and sass
4444
RUN apt-get install -y ruby && gem install sass
45+
46+
# Install git
47+
RUN apt-get install -y git

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- node.js 4.1.0 with npm
1111
- Ruby 1.9.1 with gem 1.8.23
1212
- [Saas][] 3.4.18
13+
- git 1.9.1
1314

1415
[docker:dind]: https://hub.docker.com/_/docker/#
1516
[Saas]: https://github.com/sass/sass

0 commit comments

Comments
 (0)