From d3100fb662b4022831da901fee3a157066f801ea Mon Sep 17 00:00:00 2001 From: STAM Date: Wed, 17 Apr 2019 14:02:58 +0300 Subject: [PATCH] adoptopenjdk-8-installer --- jira/latest/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/jira/latest/Dockerfile b/jira/latest/Dockerfile index 7184dd373..e477db13b 100644 --- a/jira/latest/Dockerfile +++ b/jira/latest/Dockerfile @@ -21,7 +21,6 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio RUN apt-get update && apt-get install -y --allow-unauthenticated gnupg2 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}"]