mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-17 19:54:33 -05:00
Enable color output in Docker images
This commit is contained in:
parent
e443cde452
commit
5295a68906
@ -20,6 +20,7 @@ ENV REBUILD_COUNTER=8
|
|||||||
|
|
||||||
ENV QT5_VERSION=59
|
ENV QT5_VERSION=59
|
||||||
ENV QT5_PPA_VERSION=${QT5_VERSION}4
|
ENV QT5_PPA_VERSION=${QT5_VERSION}4
|
||||||
|
ENV TERM=xterm-256color
|
||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apt-get update -y \
|
&& apt-get update -y \
|
||||||
|
@ -20,6 +20,7 @@ ENV REBUILD_COUNTER=1
|
|||||||
|
|
||||||
ENV QT5_VERSION=510
|
ENV QT5_VERSION=510
|
||||||
ENV QT5_PPA_VERSION=5.10.1
|
ENV QT5_PPA_VERSION=5.10.1
|
||||||
|
ENV TERM=xterm-256color
|
||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apt update -y \
|
&& apt update -y \
|
||||||
@ -48,4 +49,3 @@ RUN set -x \
|
|||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apt-get autoremove --purge
|
&& apt-get autoremove --purge
|
||||||
|
|
||||||
|
@ -22,6 +22,7 @@ ENV REBUILD_COUNTER=4
|
|||||||
|
|
||||||
ENV QT5_VERSION=53
|
ENV QT5_VERSION=53
|
||||||
ENV QT5_PPA_VERSION=${QT5_VERSION}2
|
ENV QT5_PPA_VERSION=${QT5_VERSION}2
|
||||||
|
ENV TERM=xterm-256color
|
||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apt-get update -y \
|
&& apt-get update -y \
|
||||||
|
Loading…
Reference in New Issue
Block a user