Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DaCHack authored Nov 15, 2024
1 parent 1a31ebe commit fc50c1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM alpine:3.17

RUN apk add wget curl perl bash && \
RUN apk add wget curl perl bash gnu-libiconv && \
mkdir /pcap
RUN apk del -r gnu-libiconv && apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ gnu-libiconv=1.15-r2
COPY pcap2.sh /pcap2.sh

ENTRYPOINT ["bash", "/pcap2.sh"]

0 comments on commit fc50c1c

Please sign in to comment.