playground/docker-images/Dockerfile.dev-go-rocky9

5 lines
157 B
Docker
Raw Permalink Normal View History

## rocky linux 9 image to use for building hawk
FROM docker.io/hyunghwan/dev:gcc.rocky9
2024-07-01 00:21:46 +00:00
RUN ulimit -n 1024 && dnf -y install --enablerepo=devel golang git