Add graphicsmagick

This commit is contained in:
Aya Morisawa 2016-12-31 13:31:56 +09:00
parent acf938eb51
commit 49bb3fdcdf

View file

@ -14,8 +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
RUN pacman -S --noconfirm git nodejs npm mongodb redis graphicsmagick
COPY misskey.sh /root/misskey.sh
RUN chmod u+x /root/misskey.sh