fzf/Dockerfile.builder

8 lines
105 B
Text
Raw Normal View History

2025-09-24 18:29:03 +02:00
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y curl \
make \
git \
golang