From 031681b991472c3d45ce6dd20857d4910a5a3b40 Mon Sep 17 00:00:00 2001 From: Mr Bot Date: Wed, 17 Apr 2019 14:27:08 +0300 Subject: [PATCH] 04/17/2019 --- jira/latest/Dockerfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/jira/latest/Dockerfile b/jira/latest/Dockerfile index e477db13b..4b5b88172 100644 --- a/jira/latest/Dockerfile +++ b/jira/latest/Dockerfile @@ -13,15 +13,17 @@ ENV DEBIAN_FRONTEND noninteractive #editing sources list RUN rm /etc/apt/sources.list COPY sources.list /etc/apt/sources.list -COPY locale.gen /etc/locale.gen +#COPY locale.gen /etc/locale.gen #installing utils # 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-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 ["${JIRA_HOME}"] WORKDIR $JIRA_HOME