5 lines
69 B
Docker
5 lines
69 B
Docker
FROM go:centos7
|
|
|
|
|
|
RUN ulimit -n 1024 && yum -y install libpcap-devel
|