Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit 9e721a4

Browse files
authored
Merge pull request #1387 from yukikwi/patch-1
Fix error from some command not found when build via docker
2 parents 3dab92d + 7141c24 commit 9e721a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ RUN apt-get update && apt-get install -y \
2525
lzop \
2626
lzip \
2727
lunzip \
28+
jq \
29+
wget \
2830
squashfs-tools \
2931
sudo ; \
3032
apt-get clean autoclean

0 commit comments

Comments
 (0)