From 902ed687500b70c4c92310c6520605af31aee5fd Mon Sep 17 00:00:00 2001 From: Mr Bot Date: Wed, 17 Apr 2019 14:00:25 +0300 Subject: [PATCH] 04/17/2019 --- jira/latest/Dockerfile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/jira/latest/Dockerfile b/jira/latest/Dockerfile index 765f9a9dc..7184dd373 100644 --- a/jira/latest/Dockerfile +++ b/jira/latest/Dockerfile @@ -19,11 +19,10 @@ COPY locale.gen /etc/locale.gen # url: missing RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections RUN apt-get update && apt-get install -y --allow-unauthenticated gnupg2 -RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886 -RUN echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu disco main" | tee /etc/apt/sources.list.d/webupd8team-java.list -RUN echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu disco main" | tee -a /etc/apt/sources.list.d/webupd8team-java.list -RUN echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-set-selections -RUN apt-get update && apt-get install -y --allow-unauthenticated htop mc tmux iftop cmatrix iputils-ping oracle-java8-set-default cmatrix-xfont lsof lynx ca-certificates gnupg sudo apt-transport-https lsb-release apt-utils oracle-java8-installer locales console-cyrillic wget curl bash procps openssl perl ttf-dejavu tini util-linux fontconfig +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 +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 VOLUME ["${JIRA_HOME}"] WORKDIR $JIRA_HOME