Skip to content

Commit

Permalink
Changed to using kali-top10 docker container
Browse files Browse the repository at this point in the history
Was having some issues with package installations, this may help
  • Loading branch information
Keiran Young committed Apr 25, 2019
1 parent 0b2fb95 commit fae26f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions container/kali/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lukaszlach/kali-desktop:xfce
FROM lukaszlach/kali-desktop:xfce-top10
LABEL base="https://github.com/lukaszlach/kali-desktop"
LABEL maintainer="Keiran Young (kcyoung1997@hotmail.co.uk)"

Expand All @@ -8,4 +8,4 @@ RUN apt-get update && \
# DEV packages
RUN apt-get install -y arp-scan yersinia wireshark tcpdump
RUN apt-get install -y vlan
#CMD /bin/bash
#CMD /bin/bash

0 comments on commit fae26f6

Please sign in to comment.