Install util-linux to have lsblk binary

This commit is contained in:
Stefan Majer
2020-03-25 11:43:12 +01:00
parent c709314cd7
commit 70c457e5df
+1 -1
View File
@@ -15,7 +15,7 @@
FROM @BASEIMAGE@
MAINTAINER Random Liu <lantaol@google.com>
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