added docker files for go development images

This commit is contained in:
chunghh
2023-09-08 11:12:28 +09:00
parent 6d3b2350cd
commit 2fed03f7fb
3 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,4 @@
FROM go:centos7
RUN ulimit -n 1024 && yum -y install libpcap-devel