fix(build): backport changes from niri ext attempt

This commit is contained in:
pips 2025-09-22 20:51:48 +02:00
parent c6b2f65b3a
commit f70e0fa64e
4 changed files with 12 additions and 6 deletions

View file

@ -2,7 +2,8 @@
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install curl \
apt-get install -y dpkg-deb \
make \
# other packages to build \