mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-02 02:56:41 +00:00
Update docker container
- chromium: add a dummy layer to get an updated container timestamp - ipterm: add a dummy layer to get an updated container timestamp - kalilinux: replaced outdated python-scapy by python3-scapy
This commit is contained in:
parent
753dd73d41
commit
5f167578ab
@ -1,4 +1,7 @@
|
|||||||
FROM jess/chromium
|
FROM jess/chromium
|
||||||
MAINTAINER developers@gns3.net
|
MAINTAINER developers@gns3.net
|
||||||
|
|
||||||
|
# add a dummy layer to get an updated container timestamp
|
||||||
|
RUN /bin/true
|
||||||
|
|
||||||
VOLUME /data
|
VOLUME /data
|
||||||
|
@ -2,5 +2,8 @@
|
|||||||
|
|
||||||
FROM gns3/ipterm-base
|
FROM gns3/ipterm-base
|
||||||
|
|
||||||
|
# add a dummy layer to get an updated container timestamp
|
||||||
|
RUN /bin/true
|
||||||
|
|
||||||
VOLUME [ "/root" ]
|
VOLUME [ "/root" ]
|
||||||
CMD [ "sh", "-c", "cd; exec bash -i" ]
|
CMD [ "sh", "-c", "cd; exec bash -i" ]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
FROM kalilinux/kali-rolling
|
FROM kalilinux/kali-rolling
|
||||||
|
|
||||||
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y tshark && apt-get install -y --no-install-recommends metasploit-framework nmap hydra sqlmap telnet openssh-client dnsutils yersinia ettercap-text-only cisco-global-exploiter cisco-auditing-tool snmp dsniff dnschef fping hping3 python-scapy\
|
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y tshark && apt-get install -y --no-install-recommends metasploit-framework nmap hydra sqlmap telnet openssh-client dnsutils yersinia ettercap-text-only cisco-global-exploiter cisco-auditing-tool snmp dsniff dnschef fping hping3 python3-scapy\
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
CMD /bin/bash
|
CMD /bin/bash
|
||||||
|
@ -20,7 +20,7 @@ metasploit-framework
|
|||||||
* fping
|
* fping
|
||||||
* hping3
|
* hping3
|
||||||
* tshark
|
* tshark
|
||||||
* python-scapy
|
* python3-scapy
|
||||||
* yersinia
|
* yersinia
|
||||||
|
|
||||||
## Build and publish the Images
|
## Build and publish the Images
|
||||||
|
@ -19,7 +19,7 @@ metasploit-framework
|
|||||||
* fping
|
* fping
|
||||||
* hping3
|
* hping3
|
||||||
* tshark
|
* tshark
|
||||||
* python-scapy
|
* python3-scapy
|
||||||
* yersinia</p>
|
* yersinia</p>
|
||||||
<h2 id="build-and-publish-the-images">Build and publish the Images</h2>
|
<h2 id="build-and-publish-the-images">Build and publish the Images</h2>
|
||||||
<p>First the base image has to be created:</p>
|
<p>First the base image has to be created:</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user