Skip to content

Commit b5b5734

Browse files
committed
Updated readme.
1 parent 5bf53ae commit b5b5734

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ This repository contains a **Dockerfile** for Docker, [Scala](http://www.scala-l
44

55

66
## Based on
7-
[AWS CodeBuild Ubuntu Java OpenJDK 8](https://github.com/aws/aws-codebuild-docker-images/blob/master/ubuntu/java/openjdk-8/Dockerfile)
8-
But since those docker images do not seem to be publicly available, that Dockerfile has been used as the base for this Dockerfile and has been extended to install Scala and Sbt.
7+
[AWS CodeBuild Ubuntu Java OpenJDK 8](https://github.com/aws/aws-codebuild-docker-images/blob/master/ubuntu/java/openjdk-8/Dockerfile), but since those docker images do not seem to be publicly available, that Dockerfile has been used as the base for this Dockerfile and has been extended to install Scala and Sbt.
98

9+
Difference with other scala-sbt images, like hseeberger/scala-sbt, is that this image also contains the 'docker' tools so a docker command can natively be executed to build a docker image of the project.
1010

1111
## Installation ##
1212

0 commit comments

Comments
 (0)