fix(builder): add git build dep package
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
pips 2025-09-24 18:57:02 +02:00
parent d060b16bed
commit e5de98256c

View file

@ -3,4 +3,5 @@ FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y curl \
make \
git \
golang