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 d3d25c4 commit a101290Copy full SHA for a101290
1 file changed
Dockerfile
@@ -15,6 +15,12 @@ FROM debian:bookworm
15
16
WORKDIR /app
17
18
+RUN --mount=type=cache,target=/var/lib/apt \
19
+ --mount=type=cache,target=/var/cache/apt \
20
+ apt-get update && \
21
+ apt-get install --no-install-recommends -y curl less locales ca-certificates
22
+
23
24
COPY --from=builder /app/batch-runner /app/batch-runner
25
26
ENTRYPOINT ["/app/batch-runner"]
0 commit comments