Skip to content

Commit 7711855

Browse files
fix: Install file command in Docker image to support verification step
1 parent d322dbb commit 7711855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN if [ "$TARGETPLATFORM" = "linux/arm64" ]; then \
3939
fi
4040

4141
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/*
42+
RUN apt-get update && apt-get install -y --no-install-recommends tini file && rm -rf /var/lib/apt/lists/*
4343
COPY --from=builder /usr/local/bin/cfspeedtest /usr/local/bin/cfspeedtest
4444

4545
# tini will be PID 1 and handle signal forwarding and process reaping

0 commit comments

Comments
 (0)