Skip to content

Commit a754d14

Browse files
committed
Updated docker dependency, use 'progressbar2' instead of git url, also ENTRYPOINT
1 parent 1f2f36f commit a754d14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ COPY . /root/dnsbrute-py/
44

55
WORKDIR /root/dnsbrute-py
66

7-
CMD ["/usr/bin/python", "-mdnsbrute"]
7+
ENTRYPOINT ["/usr/bin/python", "-mdnsbrute"]

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ gevent
22
pycares
33
dnspython
44
requests
5-
git+https://github.com/WoLpH/python-progressbar.git@develop
5+
progressbar2

0 commit comments

Comments
 (0)