From 2bf6ec9d638a3b65a293c5a418557d907c11e0de Mon Sep 17 00:00:00 2001 From: Alvar Penning Date: Tue, 25 Feb 2020 19:55:49 +0100 Subject: [PATCH] Dockerfile: Install squashfs-tools Building Gluon 2020.1 failed due to the lack of the binary mksquashfs-lzma. This occurred while building ar71xx-tiny. --- contrib/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/Dockerfile b/contrib/Dockerfile index 50d7ff89..1bb24933 100644 --- a/contrib/Dockerfile +++ b/contrib/Dockerfile @@ -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 \