recordings: add missing unzip dependency

This commit is contained in:
chandi 2023-03-23 19:14:11 +01:00
parent 43ef3aeb88
commit 711b47d844

View File

@ -27,6 +27,7 @@ RUN apt-get update && apt-get install -y \
poppler-utils \ poppler-utils \
imagemagick \ imagemagick \
supervisor \ supervisor \
unzip \
locales \ locales \
locales-all locales-all
# TODO: missing packages # TODO: missing packages