Skip to content

Commit c026750

Browse files
committed
fix kali base build
1 parent 34c0ca4 commit c026750

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN \
1111
apt-get install -y \
1212
curl \
1313
debootstrap \
14+
gnupg2 \
1415
xz-utils
1516

1617
# create base image with debootstrap

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN \
1111
apt-get install -y \
1212
curl \
1313
debootstrap \
14+
gnupg2 \
1415
xz-utils
1516

1617
# create base image with debootstrap

0 commit comments

Comments
 (0)