fzf/Dockerfile.builder
pips 196685af23
Some checks failed
ci/woodpecker/push/build Pipeline failed
Reapply "fix(builder): add git build dep package"
This reverts commit 2995e598aa.
2025-09-24 19:35:24 +02:00

7 lines
105 B
Ruby

FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y curl \
make \
git \
golang