Skip to content

Commit 4b69ab5

Browse files
committed
docker: fix build on bookworm
`img2simg`[^1] was a transitional package and got removed. The replacement `android-sdk-libsparse-utils` package is available since 2020. [^1]: https://packages.debian.org/bullseye/img2simg
1 parent 454a106 commit 4b69ab5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ There is a handy `install-deps.sh` script included in the repository and PyPI pa
116116
1. With your operating system package manager:
117117
On Ubuntu 22.04, install extractors with APT:
118118

119-
sudo apt install e2fsprogs p7zip-full unar zlib1g-dev liblzo2-dev lzop lziprecover img2simg libhyperscan-dev zstd
119+
sudo apt install android-sdk-libsparse-utils e2fsprogs p7zip-full unar zlib1g-dev liblzo2-dev lzop lziprecover libhyperscan-dev zstd
120120

121121
2. If you need **squashfs support**, install sasquatch:
122122

unblob/install-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
apt-get update
44

55
apt-get install --no-install-recommends -y \
6+
android-sdk-libsparse-utils \
67
curl \
78
e2fsprogs \
89
gcc \
910
git \
10-
img2simg \
1111
liblzo2-dev \
1212
lz4 \
1313
lziprecover \

0 commit comments

Comments
 (0)