Skip to content

Commit

Permalink
change link
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Yacin committed Sep 26, 2020
1 parent 326f13f commit c95160d
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 @@ -4,7 +4,7 @@ RUN apk add --no-cache git gcc openssl-dev libffi-dev musl-dev
RUN pip install virtualenv
RUN virtualenv -p python venv
ENV PATH="/opt/venv/bin:$PATH"
RUN git clone --depth 1 https://github.com/CoreSecurity/impacket.git
RUN git clone --depth 1 https://github.com/SecureAuthCorp/impacket.git
RUN pip install impacket/

FROM python:2-alpine
Expand Down

0 comments on commit c95160d

Please sign in to comment.