Skip to content

Commit

Permalink
Add new CI image for Ubuntu Noble Numbat
Browse files Browse the repository at this point in the history
  • Loading branch information
zappolowski committed May 1, 2024
1 parent 641ee73 commit e1eb4a5
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions ci/Dockerfile.ubuntu-noble
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
FROM ubuntu:noble

RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
build-essential \
ca-certificates \
clang \
curl \
dbus \
git \
lcov \
libdbus-1-dev \
libglib2.0-dev \
libnotify-dev \
libpango1.0-dev \
librsvg2-common \
libwayland-bin \
libwayland-client0 \
libwayland-cursor0 \
libwayland-dev \
libwayland-server0 \
libx11-dev \
libxinerama-dev \
libxrandr-dev \
libxss-dev \
valgrind \
wayland-protocols \
&& apt-get clean

ADD entrypoint.sh /srv/entrypoint

ENTRYPOINT ["/srv/entrypoint"]

0 comments on commit e1eb4a5

Please sign in to comment.