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 15157b0 commit 4728f26Copy full SHA for 4728f26
client/Dockerfile
@@ -10,7 +10,7 @@ RUN set -x && \
10
11
FROM eclipse-temurin:8-jre-jammy
12
13
-RUN apt-get update && apt-get upgrade -y \
+RUN apt-get update && apt-get upgrade -y --no-install-recommends \
14
&& rm -rf /var/lib/apt/lists/*
15
16
COPY --from=tools dockerize /usr/local/bin/
ledger/Dockerfile
@@ -17,7 +17,7 @@ RUN set -x && \
17
18
19
20
21
22
23
0 commit comments