Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
humandecoded authored Apr 5, 2024
1 parent 0898e8a commit 662fce8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM docker.io/kalilinux/kali-rolling

RUN apt-get update \
&& apt-get install -y \
bmap-tools debos linux-image-amd64 p7zip parted qemu-utils xz-utils zerofree user-mode-linux libslirp-helper \
&& apt-get clean
RUN apt update \
&& apt --quiet --yes install --no-install-recommends \
bmap-tools debos dosfstools linux-image-amd64 p7zip parted qemu-utils systemd-resolved xz-utils zerofree

0 comments on commit 662fce8

Please sign in to comment.