Skip to content

Commit c255ace

Browse files
committed
Correct folder in Dockerfile.
1 parent 881a8f7 commit c255ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN apk --update add --no-cache --virtual build-dependencies gcc git curl py3-pi
3030
&& cd /home \
3131
&& curl -sSL https://github.com/smicallef/spiderfoot/archive/v3.0.tar.gz \
3232
| tar -v -C /home -xz \
33-
&& mv /home/spiderfoot-v3.0 /home/spiderfoot \
33+
&& mv /home/spiderfoot-3.0 /home/spiderfoot \
3434
&& chown -R spiderfoot:spiderfoot /home/spiderfoot \
3535
&& apk del --purge build-dependencies \
3636
&& rm -rf /var/cache/apk/* \

0 commit comments

Comments
 (0)