From: Chuck Short Date: Thu, 13 Jul 2017 20:32:25 +0000 (-0500) Subject: Fix typo X-Git-Tag: v1.1.0~394^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F93%2F5793%2F2;p=so.git Fix typo Dockerfile refers to Ubuntu not Fedora. Change-Id: Id7a76c85035d24c4591d71e40feba52f74c94c0e Signed-off-by: Chuck Short --- diff --git a/packages/docker/src/main/docker/docker-files/Dockerfile.jacoco b/packages/docker/src/main/docker/docker-files/Dockerfile.jacoco index f00cdd019c..744916258d 100644 --- a/packages/docker/src/main/docker/docker-files/Dockerfile.jacoco +++ b/packages/docker/src/main/docker/docker-files/Dockerfile.jacoco @@ -1,4 +1,4 @@ -### Set the base image to Fedora +### Set the base image to Ubuntu FROM ubuntu:14.04 ### File Author / Maintainer