We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b6397a commit 2e5e5feCopy full SHA for 2e5e5fe
1 file changed
Dockerfile.ubuntu
@@ -26,7 +26,8 @@ RUN echo "finished building redlib!"
26
FROM ubuntu:${UBUNTU_RELEASE_VERSION} AS release
27
28
# Install ca-certificates
29
-RUN apt-get update && apt-get install -y ca-certificates
+RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates \
30
+ && rm -rf /var/lib/apt/lists/*
31
32
# Import redlib binary from builder
33
COPY --from=builder /redlib/target/release/redlib /usr/local/bin/redlib
0 commit comments