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 3d5eb6e commit 244af36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.17

RUN apk add wget curl perl bash && \
RUN apk add wget curl perl bash iconv && \
mkdir /pcap
COPY pcap.sh /pcap.sh
COPY pcap2.sh /pcap2.sh

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

0 comments on commit 244af36

Please sign in to comment.