File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
hedgehog-iso/config/hooks/normal Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ RUN export DEBARCH=$(dpkg --print-architecture) && \
148
148
mkdir -p "${ARKIME_DIR}" /plugins && \
149
149
curl -fsSL -o "${ARKIME_DIR}/plugins/ja4plus.${DEBARCH}.so" "$(echo " ${ARKIME_JA4_SO_URL}" | sed " s/XXX/${DEBARCH}/g")" && \
150
150
chmod 755 "${ARKIME_DIR}/plugins/ja4plus.${DEBARCH}.so" && \
151
- python3 -m pip install --break-system-packages --no-compile --no-cache-dir beautifulsoup4 pyzmq watchdog && \
151
+ python3 -m pip install --break-system-packages --no-compile --no-cache-dir beautifulsoup4 pyzmq watchdog==4.0.2 && \
152
152
ln -sfr $ARKIME_DIR/bin/npm /usr/local/bin/npm && \
153
153
ln -sfr $ARKIME_DIR/bin/node /usr/local/bin/node && \
154
154
ln -sfr $ARKIME_DIR/bin/npx /usr/local/bin/npx && \
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ RUN export BINARCH=$(uname -m | sed 's/x86_64/amd64/' | sed 's/aarch64/arm64/')
159
159
python-magic \
160
160
stream-zip \
161
161
supervisor \
162
- watchdog \
162
+ watchdog==4.0.2 \
163
163
yara-python && \
164
164
curl -fsSL -o /usr/local/bin/supercronic "${SUPERCRONIC_URL}${BINARCH}" && \
165
165
chmod +x /usr/local/bin/supercronic && \
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ RUN export EVTXARCH=$(uname -m | sed 's/arm64/aarch64/') && \
101
101
unar \
102
102
unzip \
103
103
xz-utils && \
104
- python3 -m pip install --no-compile --no-cache-dir patool entrypoint2 pyunpack python-magic ordered-set supervisor watchdog && \
104
+ python3 -m pip install --no-compile --no-cache-dir patool entrypoint2 pyunpack python-magic ordered-set supervisor watchdog==4.0.2 && \
105
105
curl -fsSL -o /usr/local/bin/supercronic "${SUPERCRONIC_URL}${BINARCH}" && \
106
106
chmod +x /usr/local/bin/supercronic && \
107
107
curl -fsSL -o /usr/local/bin/yq "${YQ_URL}${BINARCH}" && \
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ RUN apt-get -q update && \
68
68
python-magic \
69
69
pyzmq \
70
70
requests \
71
- watchdog && \
71
+ watchdog==4.0.2 && \
72
72
groupadd --gid ${DEFAULT_GID} ${PGROUP} && \
73
73
useradd -M --uid ${DEFAULT_UID} --gid ${DEFAULT_GID} ${PUSER}
74
74
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ RUN export BINARCH=$(uname -m | sed 's/x86_64/amd64/' | sed 's/aarch64/arm64/')
108
108
apt-get install -q -y --no-install-recommends -t bookworm-backports \
109
109
suricata=${SURICATA_VERSION_PATTERN} \
110
110
suricata-update && \
111
- python3 -m pip install --break-system-packages --no-compile --no-cache-dir watchdog && \
111
+ python3 -m pip install --break-system-packages --no-compile --no-cache-dir watchdog==4.0.2 && \
112
112
curl -fsSL -o /usr/local/bin/supercronic "${SUPERCRONIC_URL}${BINARCH}" && \
113
113
chmod +x /usr/local/bin/supercronic && \
114
114
curl -fsSL -o /usr/bin/yq "${YQ_URL}${BINARCH}" && \
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ pip3 install --break-system-packages --no-compile --no-cache-dir --force-reinsta
20
20
stix2 \
21
21
stream-zip \
22
22
taxii2-client \
23
- watchdog
23
+ watchdog==4.0.2
You can’t perform that action at this time.
0 commit comments