mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Impl. CJK support with zh-TW and yue-HK translations
Also add support for generating font table using the WenQuanYi Bitmap Song font.
This commit is contained in:
@@ -11,8 +11,10 @@ RUN apt-get update && \
|
||||
bzip2 \
|
||||
git \
|
||||
python3 \
|
||||
python3-pip \
|
||||
wget && \
|
||||
apt-get clean
|
||||
RUN python3 -m pip install bdflib
|
||||
RUN wget -qO- https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/9-2020q2/gcc-arm-none-eabi-9-2020-q2-update-x86_64-linux.tar.bz2 | tar -xj
|
||||
RUN wget -qO- https://github.com/Ralim/nuclei-compiler/releases/download/2020.08/nuclei_riscv_newlibc_prebuilt_linux64_2020.08.tar.bz2 | tar -xj
|
||||
|
||||
|
||||
Reference in New Issue
Block a user