1
0
mirror of https://github.com/lukaszlach/kali-desktop synced 2026-08-05 16:12:41 +02:00

task: initial commit

This commit is contained in:
Łukasz Lach
2018-08-15 09:42:32 +02:00
parent a8cd0f9635
commit 5e1cdae0f4
14 changed files with 289 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM lukaszlach/kali-desktop:xfce
RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get update && \
apt-get install -y kali-linux-top10 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*