Skip to content

horatos/docker-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Images

いくつかのソフトウェアに追加パッケージをインストールしたDockerイメージです。

cluttex

texlive/texliveをベースにしてfswatchをインストールしたイメージです。

cluttexを利用することを念頭においているため、エントリーポイントをcluttexにしています。fswatchがインストールされているので--watchオプションを利用することができます。

textlint-ja

nodeをベースにしてtextlintといくつかのプリセットをインストールしたイメージです。

インストールされているプリセットやプラグインは以下の通りです。

  • textlint-rule-preset-japanese
  • textlint-rule-preset-ja-technical-writing
  • textlint-plugin-latex2e

tests

上記のイメージをテストするためのイメージです。以下のコマンドでテストを実行できます。

docker compose run --rm tests -m pytest tests