mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-29 03:33:19 -04:00
7 lines
127 B
Plaintext
7 lines
127 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
echo "**** installing imagemagick ****"
|
|
apk add --no-cache \
|
|
php7-pecl-imagick \
|
|
imagemagick
|