From 5c97d70bedeb341914d0a5f55d1efff69eb7e2c1 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 19 Apr 2023 21:49:01 +0200 Subject: [PATCH] Drop arp-scan (#269) --- Dockerfile | 19 ------------------- build.yaml | 1 - 2 files changed, 20 deletions(-) diff --git a/Dockerfile b/Dockerfile index daaa3264e..6dc14afd6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,6 @@ ARG \ BUILD_ARCH \ QEMU_CPU \ SSOCR_VERSION \ - ARPSCAN_VERSION \ LIBCEC_VERSION \ PICOTTS_HASH \ TELLDUS_COMMIT @@ -64,24 +63,6 @@ RUN \ && apk del .build-dependencies \ && rm -rf /usr/src/ssocr -# arp-scan -RUN \ - apk add --no-cache \ - libpcap \ - && apk add --no-cache --virtual .build-dependencies \ - autoconf \ - automake \ - build-base \ - libpcap-dev \ - && git clone --depth 1 -b "${ARPSCAN_VERSION}" https://github.com/royhills/arp-scan \ - && cd arp-scan \ - && autoreconf --install \ - && ./configure \ - && make -j"$(nproc)" \ - && make install \ - && apk del .build-dependencies \ - && rm -rf /usr/src/arp-scan - # libcec COPY patches/libcec-fix-null-return.patch /usr/src/ RUN apk add --no-cache \ diff --git a/build.yaml b/build.yaml index 54f5ea903..2ce6b6ad4 100644 --- a/build.yaml +++ b/build.yaml @@ -20,7 +20,6 @@ labels: org.opencontainers.image.licenses: Apache License 2.0 args: SSOCR_VERSION: 2.22.1 - ARPSCAN_VERSION: 1.9.7 LIBCEC_VERSION: 6.0.2 TELLDUS_COMMIT: 2598bbed16ffd701f2a07c99582f057a3decbaf3 PICOTTS_HASH: e3ba46009ee868911fa0b53db672a55f9cc13b1c