Skip to content

Commit

Permalink
Merge pull request #105 from baotang2118/patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile - add PATH variables
  • Loading branch information
screetsec authored Jul 7, 2021
2 parents e00104b + 2320e0a commit b144552
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ COPY requirements.txt .
RUN pip3 install -r requirements.txt

FROM builder
ENV PATH "$PATH:/usr/lib/sudomy/lib/bin"
ENV SHODAN_API="" CENSYS_API="" CENSYS_SECRET="" VIRUSTOTAL="" BINARYEDGE="" SECURITY_TRAILS="" DNSDB_API="" PASSIVE_API="" SPYSE_API="" FACEBOOK_TOKEN="" YOUR_WEBHOOK_URL=""
RUN npm config set unsafe-perm true \
# Install wappalyzer & wscat
Expand Down

0 comments on commit b144552

Please sign in to comment.