From f269837cfc1101be0b051d24628dd08632c703e5 Mon Sep 17 00:00:00 2001 From: Kijima Daigo Date: Thu, 14 Nov 2024 23:32:29 +0900 Subject: [PATCH] fix: parse error --- Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 61e9a0f96b..262de91179 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,8 +19,10 @@ RUN apt -y update && \ gnuplot \ emacs \ language-pack-ja \ - fonts-ipafont \ # なぜかどのフォント指定しても、TakaoPGothicとして表示・エクスポートされている - libxml2-dev # feed作成用 + # なぜかどのフォント指定しても、TakaoPGothicとして表示・エクスポートされている + fonts-ipafont \ + # feed作成用 + libxml2-dev RUN apt -y install \ xvfb \