File tree Expand file tree Collapse file tree
dev-tools/packaging/templates/docker Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -172,9 +172,9 @@ RUN for iter in {1..10}; do \
172172 dbus-glib libicu mesa-libGL unzip \
173173 findutils shadow-utils ca-certificates gawk libcap xz tar -y && \
174174 mkdir -p /usr/share/fonts/google-noto && \
175- curl -LO https://noto-website-2.storage.googleapis. com/pkgs/NotoSansCJKjp-hinted .zip && \
176- unzip NotoSansCJKjp-hinted .zip -d /usr/share/fonts/google-noto && \
177- rm -f NotoSansCJKjp-hinted .zip && \
175+ curl -L -o NotoSansCJKjp.zip https://github. com/notofonts/noto-cjk/releases/download/Sans2.004/06_NotoSansCJKjp .zip && \
176+ unzip NotoSansCJKjp.zip -d /usr/share/fonts/google-noto && \
177+ rm -f NotoSansCJKjp.zip && \
178178 microdnf -y remove unzip && \
179179 curl -LO https://github.com/googlefonts/noto-fonts/raw/main/hinted/ttf/NotoSans/NotoSans-Regular.ttf && \
180180 mv NotoSans-Regular.ttf /usr/share/fonts/google-noto && \
You can’t perform that action at this time.
0 commit comments