Dockerfile: Install squashfs-tools

Building Gluon 2020.1 failed due to the lack of the binary
mksquashfs-lzma. This occurred while building ar71xx-tiny.
This commit is contained in:
Alvar Penning 2020-02-25 19:55:49 +01:00
parent ed91ec97c8
commit 2bf6ec9d63

View File

@ -9,6 +9,7 @@ RUN apt update && apt install -y --no-install-recommends \
build-essential \
gawk \
unzip \
squashfs-tools \
libncurses5-dev \
zlib1g-dev \
libssl-dev \