Skip to content

Commit

Permalink
fix: need libxml
Browse files Browse the repository at this point in the history
  • Loading branch information
kijimaD committed Nov 14, 2024
1 parent cf79d6b commit 47f3c60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ RUN apt -y update && \
gnuplot \
emacs \
language-pack-ja \
fonts-ipafont # なぜかどのフォント指定しても、TakaoPGothicとして表示・エクスポートされている
fonts-ipafont \ # なぜかどのフォント指定しても、TakaoPGothicとして表示・エクスポートされている
libxml2-dev # feed作成用

RUN apt -y install \
xvfb \
Expand Down

0 comments on commit 47f3c60

Please sign in to comment.