Skip to content

Commit e0093d2

Browse files
committed
build: Fix allcross build due to lz4
liblz4-tool has vanished from debian, lz4 should install what we need.
1 parent 03789aa commit e0093d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/allcross/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN apt-get -q -y update && \
3838
libc-dev \
3939
libelf-dev \
4040
libfuse-dev \
41-
liblz4-tool \
41+
lz4 \
4242
libssl-dev \
4343
lzop \
4444
make \

0 commit comments

Comments
 (0)