Fix a typo in Dockerfile

This commit is contained in:
Ruihan Li 2024-12-17 10:59:13 +08:00 committed by Tate, Hongliang Tian
parent c5d1542736
commit bf91551de1
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ FROM build-grub as grub
# EFI handover boot, which is deprecated. So we have to build GRUB from source.
WORKDIR /root
# See also: https://github.com/asterinas/asterinas/pull/1710
RUN git clone --single-branch -b asterinas/2.12 https://github.com/asterinas/grub.git
RUN git clone --single-branch -b asterinas/2.12 https://github.com/asterinas/grub.git \
&& git -C grub checkout 0633bc8
# Fetch and install the Unicode font data for grub.
RUN wget -O unifont.pcf.gz https://unifoundry.com/pub/unifont/unifont-15.1.04/font-builds/unifont-15.1.04.pcf.gz \