summaryrefslogtreecommitdiff
path: root/docs/installation/debian_based_jp.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/installation/debian_based_jp.md')
-rw-r--r--docs/installation/debian_based_jp.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/installation/debian_based_jp.md b/docs/installation/debian_based_jp.md
index c2dd840d3..219f40525 100644
--- a/docs/installation/debian_based_jp.md
+++ b/docs/installation/debian_based_jp.md
@@ -17,6 +17,8 @@
- `git`
- `build-essential`
- `cmake`
+- `ffmpeg`
+- `ImageMagick`
#### このガイドで利用している追加パッケージ
@@ -33,7 +35,7 @@ sudo apt full-upgrade
* 上記に挙げたパッケージをインストールしておきます。
```
-sudo apt install git build-essential postgresql postgresql-contrib cmake
+sudo apt install git build-essential postgresql postgresql-contrib cmake ffmpeg imagemagick
```