Skip to content

Commit

Permalink
Drop arp-scan (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Apr 19, 2023
1 parent 895cae9 commit 5c97d70
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
19 changes: 0 additions & 19 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ ARG \
BUILD_ARCH \
QEMU_CPU \
SSOCR_VERSION \
ARPSCAN_VERSION \
LIBCEC_VERSION \
PICOTTS_HASH \
TELLDUS_COMMIT
Expand Down Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5c97d70

Please sign in to comment.