Skip to content

Commit

Permalink
Install util-linux to have lsblk binary, closes #420
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Mar 25, 2020
1 parent c709314 commit a167ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
FROM @BASEIMAGE@
MAINTAINER Random Liu <[email protected]>

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
Expand Down

0 comments on commit a167ae4

Please sign in to comment.