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:
Miouyouyou (Myy) 2021-01-05 17:56:04 +01:00 committed by Igor Pecovnik
parent 8c4c682086
commit 3034299ddb

View File

@ -91,6 +91,7 @@ RUN apt-get update \
udev \
unzip \
uuid-dev \
uuid-runtime \
wget \
whiptail \
xxd \