Initial cloud-toolbox, add util-linux to toolbox

This commit is contained in:
Maciej Lebiest 2023-07-18 19:19:10 +02:00
parent a4d94fbd45
commit 434b8a98b1
4 changed files with 44 additions and 4 deletions

View file

@ -2,7 +2,8 @@ FROM registry.fedoraproject.org/fedora:38
ENV PKGS_GENERAL="htop \
btop \
sysstat"
sysstat \
util-linux"
ENV PKGS_PROCESSES="procps-ng \
strace"