Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ RUN apk add --no-cache \
libxinerama \
libxrandr \
libxscrnsaver \
pango
pango \
libxkbcommon

# Build and install dunst
RUN apk add --no-cache --virtual dunstbuild \
Expand All @@ -30,6 +31,7 @@ RUN apk add --no-cache --virtual dunstbuild \
musl-dev \
pango-dev \
perl \
libxkbcommon-dev \
&& git clone https://github.com/dunst-project/dunst /tmp/dunst \
&& sed -i 's/-g//g' /tmp/dunst/config.mk \
&& make -C /tmp/dunst -j all install test \
Expand Down
1 change: 1 addition & 0 deletions ci/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ RUN apk add --no-cache \
wayland-libs-cursor \
wayland-libs-server \
wayland-protocols \
libxkbcommon-dev \
&& true

RUN set -ex; \
Expand Down
1 change: 1 addition & 0 deletions ci/Dockerfile.alpine-edge
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ RUN apk add --no-cache \
wayland-libs-cursor \
wayland-libs-server \
wayland-protocols \
libxkbcommon-dev \
&& true

RUN set -ex; \
Expand Down
1 change: 1 addition & 0 deletions ci/Dockerfile.archlinux
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN pacman -Syu --needed --noconfirm \
# work - otherwise valgrind complains about jumps depending on
# uninitialized values
ttf-dejavu \
libxkbcommon \
&& true

RUN ln -sT /usr/bin/core_perl/pod2man /usr/bin/pod2man
Expand Down
1 change: 1 addition & 0 deletions ci/Dockerfile.debian-bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
libxss-dev \
valgrind \
wayland-protocols \
libxkbcommon-dev \
&& apt-get clean \
&& true

Expand Down
1 change: 1 addition & 0 deletions ci/Dockerfile.debian-bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
libxss-dev \
valgrind \
wayland-protocols \
libxkbcommon-dev \
&& apt-get clean \
&& true

Expand Down
1 change: 1 addition & 0 deletions ci/Dockerfile.debian-buster
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
libxss-dev \
valgrind \
wayland-protocols \
libxkbcommon-dev \
&& apt-get clean \
&& true

Expand Down
3 changes: 2 additions & 1 deletion ci/Dockerfile.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ RUN dnf install -y \
pango-devel \
valgrind \
wayland-devel \
wayland-protocols-devel
wayland-protocols-devel \
libxkbcommon-devel \

ADD entrypoint.sh /srv/entrypoint

Expand Down
1 change: 1 addition & 0 deletions ci/Dockerfile.ubuntu-focal
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
libxss-dev \
valgrind \
wayland-protocols \
libxkbcommon-dev \
&& apt-get clean \
&& true

Expand Down
1 change: 1 addition & 0 deletions ci/Dockerfile.ubuntu-jammy
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
libxss-dev \
valgrind \
wayland-protocols \
libxkbcommon-dev \
&& apt-get clean \
&& true

Expand Down
1 change: 1 addition & 0 deletions ci/Dockerfile.ubuntu-noble
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
libxss-dev \
valgrind \
wayland-protocols \
libxkbcommon-dev \
&& apt-get clean

ADD entrypoint.sh /srv/entrypoint
Expand Down