Skip to content

Commit

Permalink
fixed dockerfile wheel issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thewhiteh4t committed Aug 5, 2020
1 parent 6fa886c commit 90093a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN rm -rf /var/cache/apk/*
WORKDIR /root
RUN git clone https://github.com/thewhiteh4t/finalrecon.git
WORKDIR /root/finalrecon/
RUN pip3 install wheel
RUN pip3 install --upgrade pip
RUN pip3 install -r requirements.txt
ENTRYPOINT ["python3", "finalrecon.py"]
ENTRYPOINT ["python3", "finalrecon.py"]

0 comments on commit 90093a6

Please sign in to comment.