Skip to content

Commit

Permalink
Correct folder in Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
smicallef committed Jan 26, 2020
1 parent 881a8f7 commit c255ace
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 @@ -30,7 +30,7 @@ RUN apk --update add --no-cache --virtual build-dependencies gcc git curl py3-pi
&& cd /home \
&& curl -sSL https://github.com/smicallef/spiderfoot/archive/v3.0.tar.gz \
| tar -v -C /home -xz \
&& mv /home/spiderfoot-v3.0 /home/spiderfoot \
&& mv /home/spiderfoot-3.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 c255ace

Please sign in to comment.