Skip to content

Commit 5413955

Browse files
committed
ci: move packages needed to run dash-qt into develop container
1 parent acc2988 commit 5413955

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

contrib/containers/ci/Dockerfile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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 \

contrib/containers/develop/Dockerfile

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,23 @@ INCLUDE+ ci/Dockerfile
88
# just started configuring this image, give us root access
99
USER 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 \

0 commit comments

Comments
 (0)