build(docker): adding a docker to get ping from inetutils 2.0

This commit is contained in:
Raphael 2026-03-28 14:38:29 +01:00
parent 9c30479fcf
commit ccdb7fa121
No known key found for this signature in database
2 changed files with 41 additions and 0 deletions

10
docker-compose.yml Normal file
View file

@ -0,0 +1,10 @@
services:
ft_ping:
build: .
container_name: ft_ping_dev
cap_add:
- NET_RAW
- NET_ADMIN
volumes:
- .:/home/devuser/ft_ping
tty: true