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 b6b6eb7 commit da60de3Copy full SHA for da60de3
Dockerfile
@@ -41,7 +41,7 @@ FROM --platform=${TARGETPLATFORM} ${BASEIMAGE}
41
42
LABEL maintainer="Random Liu <[email protected]>"
43
44
-RUN clean-install util-linux bash libsystemd-dev
+RUN apt-get update && apt-get -y install util-linux bash libsystemd-dev
45
46
# Avoid symlink of /etc/localtime.
47
RUN test -h /etc/localtime && rm -f /etc/localtime && cp /usr/share/zoneinfo/UTC /etc/localtime || true
0 commit comments