Skip to content

Commit

Permalink
Switch to libpcap0.8t64
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdot-dev committed May 21, 2024
1 parent 3a46cee commit ef386ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LABEL org.opencontainers.image.authors="thomas@finchsec.com"
# hadolint ignore=DL3005,DL3008
RUN apt-get update && \
apt-get dist-upgrade -y && \
apt-get install libpcap0.8 -y --no-install-recommends && \
apt-get install libpcap0.8t64 -y --no-install-recommends && \
rm -rf /var/lib/dpkg/status-old /var/lib/apt/lists/*
COPY --from=builder /hcxdumptool/hcxdumptool /usr/local/sbin/
CMD [ "/usr/local/sbin/hcxdumptool" ]

0 comments on commit ef386ac

Please sign in to comment.