util/docker: Update the coreboot-sdk from libfreetype6 to libfreetype

The libfreetype6-dev has been a transitional package pointing at
libfreetype-dev for a while now. The libfreetype6-dev package is
currently out of date in debian sid, so it's a good time to switch
away from it.

TEST=Rebuild coreboot-sdk

Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: If40e9eacf871d3840745ea18ec2ff5975cc62da7
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77328
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Martin Roth 2023-08-20 12:08:17 -06:00 committed by Felix Singer
parent f0f0f9ad9c
commit 50a09cfe8a
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ RUN \
libcurl4 \
libcurl4-openssl-dev \
libelf-dev \
libfreetype6-dev \
libfreetype-dev \
libftdi1-dev \
libglib2.0-dev \
libgmp-dev \