add non-persistent redis server to container, resolves #186

This commit is contained in:
meeb
2021-11-16 22:20:16 +11:00
parent b4a89968d0
commit 4774a35d44
5 changed files with 177 additions and 4 deletions

View File

@@ -63,7 +63,8 @@ RUN set -x && \
libjpeg-dev \
zlib1g-dev \
libwebp-dev \
ffmpeg && \
ffmpeg \
redis-server && \
# Install pipenv
pip3 --disable-pip-version-check install wheel pipenv && \
# Create a 'app' user which the application will run as