Skip to content

Commit c8e3492

Browse files
authored
Add 'file' package to installation in chroot-alpine.sh
1 parent 4e0e587 commit c8e3492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chroot-alpine.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apt update
22
apt install -y sudo
33
sudo apt install -y git wget
4-
yes|sudo apt install --no-install-recommends -y curl xz-utils jq gzip \
4+
yes|sudo apt install --no-install-recommends -y curl xz-utils jq gzip file \
55
make \
66
clang \
77
libseccomp-dev \

0 commit comments

Comments
 (0)