minor change

master
Andy 7 years ago
parent a5262ac218
commit 1304f31edd
Signed by: arno
GPG Key ID: 368DDA2E9A471EAC

@ -4,14 +4,14 @@ MAINTAINER Andrey Arapov <andrey.arapov@nixaid.com>
# 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
#

Loading…
Cancel
Save