Skip to content

Commit

Permalink
work in progress for #168
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Apr 4, 2023
1 parent 2a537aa commit cca2aa3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Dockerfiles/file-monitor.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ RUN sed -i "s/bullseye main/bullseye main contrib non-free/g" /etc/apt/sources.l
python3-bs4 \
python3-dev \
python3-pip \
python3-pyinotify \
python3-requests \
python3-zmq \
rsync && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/pcap-monitor.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ RUN apt-get -q update && \
vim-tiny && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
pip3 install --no-cache-dir opensearch-py pyzmq pyinotify python-magic requests watchdog && \
pip3 install --no-cache-dir opensearch-py pyzmq python-magic requests watchdog && \
groupadd --gid ${DEFAULT_GID} ${PGROUP} && \
useradd -M --uid ${DEFAULT_UID} --gid ${DEFAULT_GID} ${PUSER}

Expand Down
1 change: 0 additions & 1 deletion sensor-iso/config/package-lists/python.list.chroot
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ python3-netifaces
python3-pip
python3-psutil
python3-pycryptodome
python3-pyinotify
python3-requests
python3-ruamel.yaml
python3-semantic-version
Expand Down

0 comments on commit cca2aa3

Please sign in to comment.