Skip to content

Commit 7f0a626

Browse files
committed
fixup extra packages for installation
1 parent de33c80 commit 7f0a626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ FROM ${BASEIMAGE}
3333

3434
LABEL maintainer="Random Liu <[email protected]>"
3535

36-
RUN clean-install util-linux libsystemd0 bash systemd
36+
RUN clean-install util-linux bash libsystemd-dev
3737

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

0 commit comments

Comments
 (0)