mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-13 20:41:15 +00:00
8 lines
116 B
YAML
8 lines
116 B
YAML
---
|
|
|
|
check: netstat --version | grep net-tools || (netstat --version; false)
|
|
|
|
all:
|
|
type: apt
|
|
package: net-tools
|