mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
bump base image
This commit is contained in:
parent
5cdf018adf
commit
a05b290c20
1 changed files with 3 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:3.19
|
FROM alpine:3.20
|
||||||
#
|
#
|
||||||
# Install packages
|
# Install packages
|
||||||
RUN apk --no-cache -U add \
|
RUN apk --no-cache -U add \
|
||||||
|
@ -21,11 +21,8 @@ RUN apk --no-cache -U add \
|
||||||
git clone https://github.com/0x4D31/fatt && \
|
git clone https://github.com/0x4D31/fatt && \
|
||||||
cd fatt && \
|
cd fatt && \
|
||||||
git checkout c29e553514281e50781f86932b82337a5ada5640 && \
|
git checkout c29e553514281e50781f86932b82337a5ada5640 && \
|
||||||
#git checkout 45cabf0b8b59162b99a1732d853efb01614563fe && \
|
|
||||||
#git checkout 314cd1ff7873b5a145a51ec4e85f6107828a2c79 && \
|
|
||||||
mkdir -p log && \
|
mkdir -p log && \
|
||||||
# pyshark >= 0.4.3 breaks fatt
|
pip3 install --break-system-packages pyshark && \
|
||||||
pip3 install --break-system-packages pyshark==0.4.2.11 && \
|
|
||||||
#
|
#
|
||||||
# Setup configs
|
# Setup configs
|
||||||
chgrp fatt /usr/bin/dumpcap && \
|
chgrp fatt /usr/bin/dumpcap && \
|
||||||
|
|
Loading…
Reference in a new issue