From b5b57345466d6381f2a456a1a73133c07a906b53 Mon Sep 17 00:00:00 2001 From: Joost den Boer Date: Wed, 21 Feb 2018 16:24:00 +0100 Subject: [PATCH] Updated readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e7856c..e8a5aa5 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ This repository contains a **Dockerfile** for Docker, [Scala](http://www.scala-l ## Based on -[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. +[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. +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. ## Installation ##