diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2016-12-31 13:31:56 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2016-12-31 13:31:56 +0900 |
| commit | 49bb3fdcdfe057a00d2067aeaeb5681402c380dc (patch) | |
| tree | dd5b4f439881229e495e368110c6112ba1ad7cc7 /docker/Dockerfile | |
| parent | :sparkles: (diff) | |
| download | sharkey-49bb3fdcdfe057a00d2067aeaeb5681402c380dc.tar.gz sharkey-49bb3fdcdfe057a00d2067aeaeb5681402c380dc.tar.bz2 sharkey-49bb3fdcdfe057a00d2067aeaeb5681402c380dc.zip | |
Add graphicsmagick
Diffstat (limited to 'docker/Dockerfile')
| -rw-r--r-- | docker/Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 429d2f8a45..ef04fc9e26 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 |