fixup extra packages for installation

This commit is contained in:
Dan Bryant
2023-01-05 09:43:24 +00:00
parent de33c801a5
commit 7f0a62683e
+1 -1
View File
@@ -33,7 +33,7 @@ FROM ${BASEIMAGE}
LABEL maintainer="Random Liu <lantaol@google.com>"
RUN clean-install util-linux libsystemd0 bash systemd
RUN clean-install util-linux bash libsystemd-dev
# Avoid symlink of /etc/localtime.
RUN test -h /etc/localtime && rm -f /etc/localtime && cp /usr/share/zoneinfo/UTC /etc/localtime || true