Installer le package dans Docker

docker exec -it <container_hash> sh
apt install <package_name>
Unsightly Unicorn