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 87904ab commit 4d816abCopy full SHA for 4d816ab
Dockerfile
@@ -42,3 +42,6 @@ RUN curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-$DOCKER_VERSI
42
43
# Install ruby and sass
44
RUN apt-get install -y ruby && gem install sass
45
+
46
+# Install git
47
+RUN apt-get install -y git
README.md
@@ -10,6 +10,7 @@
10
- node.js 4.1.0 with npm
11
- Ruby 1.9.1 with gem 1.8.23
12
- [Saas][] 3.4.18
13
+- git 1.9.1
14
15
[docker:dind]: https://hub.docker.com/_/docker/#
16
[Saas]: https://github.com/sass/sass
0 commit comments