chore(project): configure project
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
pips 2025-09-23 13:12:18 +02:00
parent 166ff66a40
commit 238c85561b
6 changed files with 40 additions and 20 deletions

View file

@ -3,7 +3,10 @@ FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y dpkg-deb \
make \
# other packages to build \
gcc \
ninja-build \
gettext \
cmake \
curl \
build-essential \
git