Skip to content

Commit

Permalink
Dockerfile.full: Removed unused tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
smicallef committed Jan 31, 2022
1 parent b69d455 commit b64e633
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile.full
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,14 @@ RUN git clone https://github.com/EnableSecurity/wafw00f \
&& cd wafw00f && python setup.py install

# Compile other tools from source
# MassDNS
RUN mkdir /tools || true
WORKDIR /tools
RUN git clone --depth=1 https://github.com/blechschmidt/massdns.git \
&& cd massdns && make && make install && cd /tools && rm -r massdns

# Install Golang tools
RUN apt-get -y update && apt-get -y install golang
ENV GOPATH="/go"
ENV PATH="$GOPATH/bin:$PATH"
RUN mkdir -p "$GOPATH/src" "$GOPATH/bin"
# ShuffleDNS
RUN GO111MODULE=on go get -v github.com/projectdiscovery/shuffledns/cmd/shuffledns

# Install Ruby tools
RUN apt-get -y update && apt-get -y install ruby ruby-dev bundler
Expand Down

0 comments on commit b64e633

Please sign in to comment.