workspaces-core-images icon indicating copy to clipboard operation
workspaces-core-images copied to clipboard

Rhel build error workspaces-core-images/src/ubuntu/install/fonts/install_custom_fonts.sh

Open ghost opened this issue 6 months ago • 1 comments

workspaces-core-images/src/ubuntu/install/fonts/install_custom_fonts.sh

Can't install font with Rhel build

Return :

Error: Unable to find a match: google-noto-emoji-fonts google-noto-sans-cjk-ttc-fonts google-noto-sans-fonts

ghost avatar Jun 10 '25 01:06 ghost

Add this in the begining of your code (after ENV) :

Rhel

COPY ./src/ubuntu/install/rhel $INST_SCRIPTS/rhel/ RUN bash $INST_SCRIPTS/rhel/install_rhel.sh && rm -rf $INST_SCRIPTS/rhel/

jtekimmo avatar Jun 10 '25 02:06 jtekimmo