]> git.gsnw.org Git - fping.git/commitdiff
Better Dockerfile
authorhoodad <25026962+hoodadt@users.noreply.github.com>
Mon, 21 Jul 2025 11:54:53 +0000 (11:54 +0000)
committerErik Auerswald <auerswal@unix-ag.uni-kl.de>
Sat, 2 Aug 2025 12:00:26 +0000 (14:00 +0200)
contrib/Dockerfile

index 01916cedfee1271e6cb102651cc54562c866f3d4..09460f3bd02d27843886a7cefaad38d820f6c402 100644 (file)
@@ -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