Skip to content

Commit

Permalink
Explicitly include libsystemd0 in the image.
Browse files Browse the repository at this point in the history
  • Loading branch information
Random-Liu committed Nov 29, 2018
1 parent 1e850be commit c41dfa9
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 <lantaol@google.com>

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 c41dfa9

Please sign in to comment.