forked from qt-creator/qt-creator
Docker: Add x11-apps to manual test installation
Running xeyes is a good check that X works. Also, don't remove the package data base in the run setup, that makes further configurations (too) inconvenient. Change-Id: I5760b99f6e2ed3e4539580049f04d24b64cecfd8 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -34,6 +34,7 @@ RUN apt-get update && \
|
|||||||
nim \
|
nim \
|
||||||
linux-tools-common \
|
linux-tools-common \
|
||||||
valgrind \
|
valgrind \
|
||||||
|
x11-apps \
|
||||||
&& apt-get clean
|
&& apt-get clean
|
||||||
|
|
||||||
# && rm -rf /var/lib/apt/lists/*
|
# && rm -rf /var/lib/apt/lists/*
|
||||||
|
@@ -34,6 +34,7 @@ RUN apt-get update && \
|
|||||||
nim \
|
nim \
|
||||||
linux-tools-common \
|
linux-tools-common \
|
||||||
valgrind \
|
valgrind \
|
||||||
|
x11-apps \
|
||||||
&& apt-get clean
|
&& apt-get clean
|
||||||
|
|
||||||
# && rm -rf /var/lib/apt/lists/*
|
# && rm -rf /var/lib/apt/lists/*
|
||||||
|
@@ -14,5 +14,7 @@ RUN apt-get update \
|
|||||||
gdb \
|
gdb \
|
||||||
linux-tools-common \
|
linux-tools-common \
|
||||||
valgrind \
|
valgrind \
|
||||||
&& apt-get clean \
|
x11-apps \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& apt-get clean
|
||||||
|
|
||||||
|
# && rm -rf /var/lib/apt/lists/*
|
||||||
|
Reference in New Issue
Block a user