Skip to content

Commit a167ae4

Browse files
committed
Install util-linux to have lsblk binary, closes kubernetes#420
1 parent c709314 commit a167ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
FROM @BASEIMAGE@
1616
MAINTAINER Random Liu <[email protected]>
1717

18-
RUN clean-install libsystemd0 bash
18+
RUN clean-install util-linux libsystemd0 bash
1919

2020
# Avoid symlink of /etc/localtime.
2121
RUN test -h /etc/localtime && rm -f /etc/localtime && cp /usr/share/zoneinfo/UTC /etc/localtime || true

0 commit comments

Comments
 (0)