Skip to content

Commit

Permalink
Docker m1. Fix the dockerfile and requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Garcia <[email protected]>
  • Loading branch information
eldraco committed Jan 4, 2024
1 parent f8bc8e2 commit ee3fc78
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions docker/macosm1-P2P-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ RUN apt update && apt install -y --no-install-recommends \
mc \
iputils-ping \
yara \
tmux \
&& ln -s /opt/zeek/bin/zeek /usr/local/bin/bro


Expand Down
2 changes: 0 additions & 2 deletions docker/macosm1-P2P-image/requirements-macos-m1-docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,4 @@ yappi
pytest-sugar
memray
aid_hash
less
tmux
tensorflow
1 change: 1 addition & 0 deletions docker/macosm1-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ RUN apt update && apt install -y --no-install-recommends \
mc \
iputils-ping \
yara \
tmux \
&& ln -s /opt/zeek/bin/zeek /usr/local/bin/bro


Expand Down
2 changes: 0 additions & 2 deletions docker/macosm1-image/requirements-macos-m1-docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,4 @@ yappi
pytest-sugar
memray
aid_hash
less
tmux
tensorflow

0 comments on commit ee3fc78

Please sign in to comment.