Skip to content

Commit

Permalink
Merge pull request #168 from OSSSP/Rajpratik71-patch-1
Browse files Browse the repository at this point in the history
feat : use --no-cache-dir flag to pip in dockerfiles to save space
  • Loading branch information
danielonsecurity authored Jan 26, 2023
2 parents 8912b51 + 2ae2493 commit 42cb0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.10
MAINTAINER Daniel Neagaru <[email protected]>

ADD . /opt/raider/
RUN pip3 install -e /opt/raider
RUN pip3 install --no-cache-dir -e /opt/raider
RUN mkdir -p /root/.config/raider/projects

VOLUME ["/root/.config/raider"]
Expand Down

0 comments on commit 42cb0ee

Please sign in to comment.