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 5e98b49 commit 819e08f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM alpine:3.17

RUN apk add wget curl perl bash gnu-libiconv=1.15-r2 && \
RUN apk add wget curl perl bash && \
mkdir /pcap
RUN 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 819e08f

Please sign in to comment.