Dockerfile: Fix uuidgen not found during build
By adding uuid-runtime to the list of packages to install. Signed-off-by: Miouyouyou (Myy) <myy@miouyouyou.fr>
This commit is contained in:
parent
8c4c682086
commit
3034299ddb
@ -91,6 +91,7 @@ RUN apt-get update \
|
||||
udev \
|
||||
unzip \
|
||||
uuid-dev \
|
||||
uuid-runtime \
|
||||
wget \
|
||||
whiptail \
|
||||
xxd \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user