Skip to content

Commit

Permalink
Build idstools from our fork
Browse files Browse the repository at this point in the history
  • Loading branch information
defensivedepth committed Jul 17, 2024
1 parent 72efa62 commit 51d07bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion so-idstools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ RUN groupadd --gid ${GID} ${USERNAME} && \
useradd --uid ${UID} --gid ${GID} \
--home-dir /opt/so --no-create-home ${USERNAME}

RUN pip install https://github.com/jasonish/py-idstools/archive/master.zip
#RUN pip install https://github.com/jasonish/py-idstools/archive/master.zip
RUN pip install https://github.com/Security-Onion-Solutions/py-idstools/archive/master.zip

RUN apk del .build-deps

Expand Down

0 comments on commit 51d07bf

Please sign in to comment.