Skip to content

Commit

Permalink
fix: parse error
Browse files Browse the repository at this point in the history
  • Loading branch information
kijimaD committed Nov 14, 2024
1 parent 47f3c60 commit f269837
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit f269837

Please sign in to comment.