From 1304f31edd61ca72d38d45271c8f9270009e1e11 Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Wed, 14 Dec 2016 17:12:44 +0100 Subject: [PATCH] minor change --- Dockerfile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6a63f7c..3252e49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,14 +4,14 @@ MAINTAINER Andrey Arapov # To avoid problems with Dialog and curses wizards ENV DEBIAN_FRONTEND noninteractive -RUN apt-get update \ - && apt-get install -yq apt-transport-https wget attr lsb-release \ - && wget -O - https://atlassian.artifactoryonline.com/atlassian/api/gpg/key/public | apt-key add - \ - && echo "deb https://atlassian.artifactoryonline.com/atlassian/hipchat-apt-client $(lsb_release -c -s) main" > /etc/apt/sources.list.d/atlassian-hipchat4.list \ - && apt-get update \ - && apt-get install -yq hipchat4 libqt5gui5 \ - && apt-get -fyq install \ - && rm -rf -- /var/lib/apt/lists/* +RUN apt-get update && \ + apt-get -y --no-install-recommends install ca-certificates apt-transport-https wget attr lsb-release && \ + wget -O - https://atlassian.artifactoryonline.com/atlassian/api/gpg/key/public | apt-key add - && \ + echo "deb https://atlassian.artifactoryonline.com/atlassian/hipchat-apt-client $(lsb_release -c -s) main" > /etc/apt/sources.list.d/atlassian-hipchat4.list && \ + apt-get update && \ + apt-get -y --no-install-recommends install hipchat4 libqt5gui5 && \ + apt-get -fy --no-install-recommends install && \ + rm -rf -- /var/lib/apt/lists/* # Make HipChat grsec friendly #