Skip to content

Commit

Permalink
Merge pull request #233 from Random-Liu/include-libsystemd
Browse files Browse the repository at this point in the history
Explicitly include libsystemd0 in the image.
  • Loading branch information
k8s-ci-robot authored Nov 29, 2018
2 parents 1e850be + c41dfa9 commit 515b854
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 bash
RUN clean-install 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 515b854

Please sign in to comment.