summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2018-03-29 11:19:53 +0900
committerGitHub <noreply@github.com>2018-03-29 11:19:53 +0900
commitc21235d07fdfec975f4c0efbc258511d0923465e (patch)
treec08b5a29e5ae4dd60fcf96c69fb4e878e291ed5d
parentUpdate README.md (diff)
downloadsharkey-c21235d07fdfec975f4c0efbc258511d0923465e.tar.gz
sharkey-c21235d07fdfec975f4c0efbc258511d0923465e.tar.bz2
sharkey-c21235d07fdfec975f4c0efbc258511d0923465e.zip
Update Dockerfile
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index ef04fc9e26..7cee650de3 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -14,7 +14,7 @@ RUN pacman -S --noconfirm pacman
RUN pacman-db-upgrade
RUN pacman -S --noconfirm archlinux-keyring
RUN pacman -Syyu --noconfirm
-RUN pacman -S --noconfirm git nodejs npm mongodb redis graphicsmagick
+RUN pacman -S --noconfirm git nodejs npm mongodb redis imagemagick
COPY misskey.sh /root/misskey.sh
RUN chmod u+x /root/misskey.sh