From 7acd2f2ffe4edadb9b12a8d64c646cee8035dfd9 Mon Sep 17 00:00:00 2001 From: Till0196 <16399842+Till0196@users.noreply.github.com> Date: Tue, 12 Nov 2024 17:34:13 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=AD=E3=83=A3=E3=83=83=E3=82=B7=E3=83=A5?= =?UTF-8?q?=E7=A2=BA=E8=AA=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 528d92d..37c1a0e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,8 +28,8 @@ RUN curl "https://awscli.amazonaws.com/awscli-exe-$AWS_CLI_ARCH.zip" -o "awscliv rm -r ./aws awscliv2.zip ENV FONT_URLS="https://github.com/adobe-fonts/source-code-pro/archive/2.030R-ro/1.050R-it.zip \ - https://github.com/adobe-fonts/source-han-sans/releases/latest/download/SourceHanSansJP.zip \ - https://github.com/adobe-fonts/source-han-serif/raw/release/SubsetOTF/SourceHanSerifJP.zip" + https://github.com/adobe-fonts/source-han-sans/releases/latest/download/SourceHanSansJP.zip \ + https://github.com/adobe-fonts/source-han-serif/raw/release/SubsetOTF/SourceHanSerifJP.zip" ENV FONT_PATH="/usr/share/fonts/" RUN mkdir -p $FONT_PATH && \ wget $FONT_URLS && \