Skip to content
Snippets Groups Projects
Commit c1c645b5 authored by François Buntschu's avatar François Buntschu
Browse files

urw version

parent d1a41c47
No related branches found
Tags urw
No related merge requests found
Pipeline #162620 passed
......@@ -5,5 +5,15 @@ LABEL version="2.0" maintainer="Raizo62 <https://github.com/Raizo62>"
COPY install/* ./
RUN bash ./run_by_dockerfile.sh
# Adding some nice and usefull tools
RUN set -x \
&& apt-get -y update \
&& apt-get -y install --no-install-recommends nmap \
&& apt-get -y install --no-install-recommends telnet openssh-client tcpdump traceroute \
&& apt-get -y install --no-install-recommends snmp python3-scapy \
&& apt-get -y install --no-install-recommends net-tools iputils-ping netcat-traditional iproute2 \
&& rm -rf /var/lib/apt/lists/* \
&& apt-get clean
# ENTRYPOINT /usr/bin/loki_gtk.py
ENTRYPOINT /usr/bin/loki_urw.py
\ No newline at end of file
# ENTRYPOINT /usr/bin/loki_urw.py
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment