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 d322dbb commit 7711855Copy full SHA for 7711855
Dockerfile
@@ -39,7 +39,7 @@ RUN if [ "$TARGETPLATFORM" = "linux/arm64" ]; then \
39
fi
40
41
FROM --platform=$TARGETPLATFORM debian:bullseye-slim
42
-RUN apt-get update && apt-get install -y --no-install-recommends tini && rm -rf /var/lib/apt/lists/*
+RUN apt-get update && apt-get install -y --no-install-recommends tini file && rm -rf /var/lib/apt/lists/*
43
COPY --from=builder /usr/local/bin/cfspeedtest /usr/local/bin/cfspeedtest
44
45
# tini will be PID 1 and handle signal forwarding and process reaping
0 commit comments