Enable redis caching

This commit is contained in:
2020-12-13 16:38:44 +00:00
parent d5a171b089
commit db1fc29638
2 changed files with 3 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ RUN set -ex; \
\
apk add --no-cache \
ffmpeg \
imagemagick \
#imagemagick \
procps \
supervisor \
;