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 6cffddb commit e4be83aCopy full SHA for e4be83a
Dockerfile
@@ -27,6 +27,7 @@ ARG TARGETARCH
27
ENV GOPATH=/gopath/
28
ENV PATH=$GOPATH/bin:$PATH
29
30
+RUN echo "path-exclude /usr/share/man/*" > /etc/dpkg/dpkg.cfg.d/01_nodoc
31
RUN apt-get update --fix-missing && apt-get --yes install libsystemd-dev gcc-aarch64-linux-gnu
32
RUN go version
33
@@ -38,6 +39,7 @@ FROM registry.k8s.io/build-image/debian-base:bookworm-v1.0.5@sha256:dd9c1f36c33b
38
39
40
LABEL maintainer="Random Liu <[email protected]>"
41
42
43
RUN clean-install util-linux bash libsystemd-dev
44
45
# Avoid symlink of /etc/localtime.
0 commit comments