Enable color output in Docker images

This commit is contained in:
Janek Bevendorff 2018-09-22 20:05:59 +02:00
parent e443cde452
commit 5295a68906
3 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,7 @@ ENV REBUILD_COUNTER=8
ENV QT5_VERSION=59
ENV QT5_PPA_VERSION=${QT5_VERSION}4
ENV TERM=xterm-256color
RUN set -x \
&& apt-get update -y \

View File

@ -20,6 +20,7 @@ ENV REBUILD_COUNTER=1
ENV QT5_VERSION=510
ENV QT5_PPA_VERSION=5.10.1
ENV TERM=xterm-256color
RUN set -x \
&& apt update -y \
@ -48,4 +49,3 @@ RUN set -x \
RUN set -x \
&& apt-get autoremove --purge

View File

@ -22,6 +22,7 @@ ENV REBUILD_COUNTER=4
ENV QT5_VERSION=53
ENV QT5_PPA_VERSION=${QT5_VERSION}2
ENV TERM=xterm-256color
RUN set -x \
&& apt-get update -y \