We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de33c80 commit 7f0a626Copy full SHA for 7f0a626
Dockerfile
@@ -33,7 +33,7 @@ FROM ${BASEIMAGE}
33
34
LABEL maintainer="Random Liu <[email protected]>"
35
36
-RUN clean-install util-linux libsystemd0 bash systemd
+RUN clean-install util-linux bash libsystemd-dev
37
38
# Avoid symlink of /etc/localtime.
39
RUN test -h /etc/localtime && rm -f /etc/localtime && cp /usr/share/zoneinfo/UTC /etc/localtime || true
0 commit comments