From 9da58ea35c362938fcd7841aba2b415fe446691e Mon Sep 17 00:00:00 2001 From: hoodad <25026962+hoodadt@users.noreply.github.com> Date: Mon, 21 Jul 2025 11:54:53 +0000 Subject: [PATCH] Better Dockerfile --- contrib/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/contrib/Dockerfile b/contrib/Dockerfile index 01916ce..09460f3 100644 --- a/contrib/Dockerfile +++ b/contrib/Dockerfile @@ -4,8 +4,7 @@ RUN apk add --no-cache \ build-base \ automake \ autoconf \ - m4 \ - git + m4 COPY ./ /app WORKDIR /app @@ -15,7 +14,7 @@ FROM alpine:3.22.1 LABEL org.opencontainers.image.title="fping" \ org.opencontainers.image.description="High performance ping tool " \ - org.opencontainers.image.source="https://github.com/schweikert/fping" \ + org.opencontainers.image.source="https://github.com/schweikert/fping" COPY --from=builder /app/src/fping /usr/local/bin/fping -- 2.43.0