fix wrong package in Dockerfile

This commit is contained in:
Lera Elvoé 2025-06-29 18:50:56 +03:00
parent b37386b2c9
commit 44fab0ca48
Signed by: yagich
SSH Key Fingerprint: SHA256:6xjGb6uA7lAVcULa7byPEN//rQ0wPoG+UzYVMfZnbvc

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/*