From 69fd8f134b960cce3f2444a99a02b4724a9b0d9f Mon Sep 17 00:00:00 2001 From: STAM Date: Wed, 17 Apr 2019 14:29:02 +0300 Subject: [PATCH] Update Dockerfile --- confluence/6.9.0/Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/confluence/6.9.0/Dockerfile b/confluence/6.9.0/Dockerfile index 6b87dda97..1698e4af4 100644 --- a/confluence/6.9.0/Dockerfile +++ b/confluence/6.9.0/Dockerfile @@ -18,10 +18,12 @@ COPY locale.gen /etc/locale.gen #installing utils # https://confluence.atlassian.com/confkb/update-the-confluence-docker-image-to-use-oracle-jdk-829062521.html RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections -RUN apt-get update && apt-get install -y --allow-unauthenticated gnupg2 +RUN apt-get update && apt-get install -y --allow-unauthenticated gnupg2 ca-certificates htop mc tmux iftop cmatrix iputils-ping cmatrix-xfont lsof lynx gnupg sudo apt-transport-https lsb-release apt-utils locales console-cyrillic wget curl bash procps openssl perl ttf-dejavu tini util-linux fontconfig + +#installing java RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A66C5D02 RUN echo 'deb https://rpardini.github.io/adoptopenjdk-deb-installer stable main' > /etc/apt/sources.list.d/rpardini-aoj.list -RUN apt-get update && apt-get install -y --allow-unauthenticated htop mc tmux iftop cmatrix iputils-ping adoptopenjdk-8-installer cmatrix-xfont lsof lynx ca-certificates gnupg sudo apt-transport-https lsb-release apt-utils locales console-cyrillic wget curl bash procps openssl perl ttf-dejavu tini util-linux fontconfig +RUN apt-get update && apt-get install -y --allow-unauthenticated adoptopenjdk-8-installer VOLUME ["${CONFLUENCE_HOME}"] WORKDIR $CONFLUENCE_HOME