From 70c457e5df71f853d1e543fc20be3931ac7ca0b8 Mon Sep 17 00:00:00 2001 From: Stefan Majer Date: Wed, 25 Mar 2020 10:36:47 +0100 Subject: [PATCH] Install util-linux to have lsblk binary --- Dockerfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.in b/Dockerfile.in index ee0609c54..7aff07c3e 100644 --- a/Dockerfile.in +++ b/Dockerfile.in @@ -15,7 +15,7 @@ FROM @BASEIMAGE@ MAINTAINER Random Liu -RUN clean-install libsystemd0 bash +RUN clean-install util-linux libsystemd0 bash # Avoid symlink of /etc/localtime. RUN test -h /etc/localtime && rm -f /etc/localtime && cp /usr/share/zoneinfo/UTC /etc/localtime || true