mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
docker: Add packages that are available in the official image (to the manifest)
This commit is contained in:
parent
49ddd3879f
commit
07bc3ddd8d
1 changed files with 5 additions and 1 deletions
|
@ -16,7 +16,11 @@ system:
|
||||||
charmap: UTF-8
|
charmap: UTF-8
|
||||||
locale: en_US
|
locale: en_US
|
||||||
timezone: UTC
|
timezone: UTC
|
||||||
packages: {}
|
packages:
|
||||||
|
install:
|
||||||
|
- inetutils-ping
|
||||||
|
- iproute2
|
||||||
|
- netbase
|
||||||
volume:
|
volume:
|
||||||
backing: folder
|
backing: folder
|
||||||
partitions:
|
partitions:
|
||||||
|
|
Loading…
Add table
Reference in a new issue