generated from ext/template
feat(project): configure
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
2945b8c4c2
commit
2f69d35595
6 changed files with 56 additions and 24 deletions
|
|
@ -1,8 +1,28 @@
|
|||
# use specific image if relevant (rust, golang)
|
||||
FROM ubuntu:24.04
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y make \
|
||||
# other packages to build \
|
||||
|
||||
|
||||
apt-get install -y curl \
|
||||
cmake \
|
||||
meson \
|
||||
clang-tidy \
|
||||
gobject-introspection \
|
||||
libpipewire-0.3-dev \
|
||||
libsndio-dev \
|
||||
libdbusmenu-gtk3-dev \
|
||||
libevdev-dev \
|
||||
libfmt-dev \
|
||||
libgirepository1.0-dev \
|
||||
libgtk-3-dev \
|
||||
libgtkmm-3.0-dev \
|
||||
libinput-dev \
|
||||
libjsoncpp-dev \
|
||||
libmpdclient-dev \
|
||||
libnl-3-dev \
|
||||
libnl-genl-3-dev \
|
||||
libpulse-dev \
|
||||
libsigc++-2.0-dev \
|
||||
libspdlog-dev \
|
||||
libwayland-dev \
|
||||
scdoc \
|
||||
upower \
|
||||
libxkbregistry-dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue