From 7f0a62683ec04d8fc9e23bed0d8da88a1e218005 Mon Sep 17 00:00:00 2001 From: Dan Bryant Date: Thu, 5 Jan 2023 09:43:24 +0000 Subject: [PATCH] fixup extra packages for installation --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 99e9cd17..7223cd6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ FROM ${BASEIMAGE} LABEL maintainer="Random Liu " -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