Skip to content

Commit 5ac6c62

Browse files
committed
Install sparse in Ubuntu image
We don't need to build sparse from source, but we *do* need to install it, 🤦 Fixes: 0fefa31 ("No longer need to build sparse from source")
1 parent 428d4bc commit 5ac6c62

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build/ubuntu/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ RUN apt-get -q -y update && \
3939
u-boot-tools \
4040
rename \
4141
rsync \
42+
sparse \
4243
xz-utils \
4344
$(/tmp/packages.sh) && \
4445
rm -rf /var/lib/apt/lists/* /tmp/packages.sh /var/cache/* /var/log/dpkg.log

0 commit comments

Comments
 (0)