Skip to content

Commit da60de3

Browse files
committed
Update BUILDER to latest digest
1 parent b6b6eb7 commit da60de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ FROM --platform=${TARGETPLATFORM} ${BASEIMAGE}
4141

4242
LABEL maintainer="Random Liu <[email protected]>"
4343

44-
RUN clean-install util-linux bash libsystemd-dev
44+
RUN apt-get update && apt-get -y install util-linux bash libsystemd-dev
4545

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

0 commit comments

Comments
 (0)