Skip to content

Commit f6357ef

Browse files
1 parent 7bd5515 commit f6357ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/kali/raw/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ ENV DEBIAN_FRONTEND noninteractive
44

55
ENV DISABLE_LOCAL_DEBOOTSTRAP true
66

7-
RUN apt update; apt upgrade -y ;apt install -y build-essential \
7+
RUN apt-get update; apt-get upgrade -y ;apt-get install -y build-essential \
88
qemu-user-static \
99
wget \
1010
curl \
1111
git \
1212
gnupg \
1313
binfmt-support \
1414
debootstrap
15+
RUN apt-get clean
1516

1617
ENV HOME /root
1718
WORKDIR ${HOME}

0 commit comments

Comments
 (0)