fix(builder): do not install dpkg-deb tool
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
pips 2025-09-23 13:15:31 +02:00
parent 238c85561b
commit 47a6deed06

View file

@ -2,8 +2,7 @@
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y dpkg-deb \
gcc \
apt-get install -y gcc \
ninja-build \
gettext \
cmake \