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 4ab7665 commit 6bd1868Copy full SHA for 6bd1868
1 file changed
Dockerfile
@@ -10,7 +10,7 @@ LABEL org.opencontainers.image.source=https://github.com/projectsyn/container-js
10
LABEL org.opencontainers.image.description="Binaries for go-jsonnet"
11
LABEL org.opencontainers.image.licenses=MIT
12
13
-RUN apt-get update && apt-get install -y ca-certificates tzdata && rm -rf /var/lib/apt/lists/*
+RUN apt-get update && apt-get install -y ca-certificates tzdata && rm -r /var/lib/apt/lists /var/cache/apt/archives
14
15
COPY --from=builder /go/bin/jsonnet* /usr/local/bin/
16
0 commit comments