playground/docker-images/Dockerfile.gm2-fedora38

6 lines
170 B
Docker
Raw Normal View History

2023-09-08 03:45:58 +00:00
FROM fedora:38
RUN ulimit -n 1024 && dnf -y install make gcc-gm2 libgm2-static glibc-static libstdc++-static
##RUN echo 'PATH=$PATH:/opt/go/bin' > /etc/profile.d/go.sh