We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd5515 commit f6357efCopy full SHA for f6357ef
build/kali/raw/Dockerfile
@@ -4,14 +4,15 @@ ENV DEBIAN_FRONTEND noninteractive
4
5
ENV DISABLE_LOCAL_DEBOOTSTRAP true
6
7
-RUN apt update; apt upgrade -y ;apt install -y build-essential \
+RUN apt-get update; apt-get upgrade -y ;apt-get install -y build-essential \
8
qemu-user-static \
9
wget \
10
curl \
11
git \
12
gnupg \
13
binfmt-support \
14
debootstrap
15
+RUN apt-get clean
16
17
ENV HOME /root
18
WORKDIR ${HOME}
0 commit comments