X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=deliveries%2Fos_Dockerfile;h=b322b547acb270623e2bbaf2566783a0bfbd2a11;hb=19de351f906523ed86b0221ebea33a8ac2bac9bc;hp=efba0bddb8552842080066cd91712c20cf5c6ca1;hpb=c42a93827465f2e839b1162f72c6833df1a1529b;p=portal.git diff --git a/deliveries/os_Dockerfile b/deliveries/os_Dockerfile index efba0bdd..b322b547 100644 --- a/deliveries/os_Dockerfile +++ b/deliveries/os_Dockerfile @@ -14,7 +14,7 @@ RUN locale-gen $LANG RUN add-apt-repository ppa:openjdk-r/ppa # Install java8 -RUN apt-get update && apt-get install -y openjdk-8-jdk +RUN apt-get update && apt-get install -y --force-yes openjdk-8-jdk # Setup JAVA_HOME, this is useful for docker commandline ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64/ @@ -68,7 +68,7 @@ COPY configure-and-run.sh /PROJECT/OpenSource/UbuntuEP/ #RUN cp -r ${FE_DIR}/dist/public ${SDKHOME}/public -COPY ${FE_DIR}/dist/public ${SDKHOME}/public +COPY ${FE_DIR}/dist/public ${SDKHOME} # Define default command. #CMD ["bash"] CMD ["/PROJECT/OpenSource/UbuntuEP/configure-and-run.sh"]