Skip to content

Commit 627e1d1

Browse files
committed
Use JDK image for onbuild
JDK includes SCM related tooling. Folks often put git sources in their Gemfile's. So for people using onbuild who can't manually install git if needed, use the jdk image.
1 parent 68e55e5 commit 627e1d1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

1.7/onbuild/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM jruby:1.7
1+
FROM jruby:1.7-jdk
22

33
RUN mkdir -p /usr/src/app
44
WORKDIR /usr/src/app

9000/onbuild/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM jruby:9.0.0.0.pre1
1+
FROM jruby:9.0.0.0.pre1-jdk
22

33
RUN mkdir -p /usr/src/app
44
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)