Skip to content

Commit

Permalink
Move to v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smicallef committed Jan 26, 2020
1 parent bc6c297 commit 881a8f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ RUN apk --update add --no-cache --virtual build-dependencies gcc git curl py3-pi
-g "SpiderFoot User" -D spiderfoot \
&& rmdir /home/spiderfoot \
&& cd /home \
&& curl -sSL https://github.com/smicallef/spiderfoot/archive/master.tar.gz \
&& curl -sSL https://github.com/smicallef/spiderfoot/archive/v3.0.tar.gz \
| tar -v -C /home -xz \
&& mv /home/spiderfoot-master /home/spiderfoot \
&& mv /home/spiderfoot-v3.0 /home/spiderfoot \
&& chown -R spiderfoot:spiderfoot /home/spiderfoot \
&& apk del --purge build-dependencies \
&& rm -rf /var/cache/apk/* \
Expand Down

0 comments on commit 881a8f7

Please sign in to comment.