fix(builder): curl necessary to push deb package to forge

This commit is contained in:
pips 2025-09-23 19:53:33 +02:00
parent 7596ade16f
commit 2accfb577d

View file

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