updated some dockerfiles

This commit is contained in:
2023-10-20 23:44:27 +09:00
parent b477d12b38
commit 1d2d7f96cd
6 changed files with 32 additions and 26 deletions

View File

@ -0,0 +1,5 @@
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