File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed
Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -51,17 +51,6 @@ RUN set -ex; \
5151 git \
5252 gnupg \
5353 libtool \
54- libxcb-icccm4 \
55- libxcb-image0 \
56- libxcb-keysyms1 \
57- libxcb-randr0 \
58- libxcb-render-util0 \
59- libxcb-shape0 \
60- libxcb-sync1 \
61- libxcb-xfixes0 \
62- libxcb-xinerama0 \
63- libxcb-xkb1 \
64- libxkbcommon-x11-0 \
6554 lsb-release \
6655 software-properties-common \
6756 unzip \
Original file line number Diff line number Diff line change @@ -8,12 +8,23 @@ INCLUDE+ ci/Dockerfile
88# just started configuring this image, give us root access
99USER root
1010
11- # Make development environment more standalone
12- RUN apt-get update && \
13- apt-get install $APT_ARGS \
11+ # Make development environment more standalone, allow running Dash Qt
12+ RUN set -ex; \
13+ apt-get update && apt-get install ${ APT_ARGS} \
1414 apt-cacher-ng \
1515 gdb \
1616 gpg \
17+ libxcb-icccm4 \
18+ libxcb-image0 \
19+ libxcb-keysyms1 \
20+ libxcb-randr0 \
21+ libxcb-render-util0 \
22+ libxcb-shape0 \
23+ libxcb-sync1 \
24+ libxcb-xfixes0 \
25+ libxcb-xinerama0 \
26+ libxcb-xkb1 \
27+ libxkbcommon-x11-0 \
1728 lsb-release \
1829 nano \
1930 openssh-client \
You can’t perform that action at this time.
0 commit comments