fix wrong package in Dockerfile

This commit is contained in:
2025-06-29 18:50:56 +03:00
parent b37386b2c9
commit 44fab0ca48

View File

@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y \
uwsgi \
uwsgi-plugin-python3 \
sqlite3 \
libargon2 \
libargon2-0 \
imagemagick \
&& rm -rf /var/lib/apt/lists/*