Correct spelling mistakes.
This commit is contained in:
@@ -3,7 +3,7 @@ FROM python:2.7.14-jessie
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
ENV HASHCAT_VERSION hashcat-3.6.0
|
||||
|
||||
# Intall requirements
|
||||
# Install requirements
|
||||
RUN echo "deb-src http://deb.debian.org/debian jessie main" >> /etc/apt/sources.list
|
||||
RUN apt-get update && apt-get upgrade -y
|
||||
RUN apt-get install ca-certificates gcc openssl make kmod nano wget p7zip build-essential libsqlite3-dev libpcap0.8-dev libpcap-dev sqlite3 pkg-config libnl-genl-3-dev libssl-dev net-tools iw ethtool usbutils pciutils wireless-tools git curl wget unzip macchanger pyrit tshark -y
|
||||
|
||||
Reference in New Issue
Block a user