mod: fix: add sqlite3 utility to final stage Dockerfile for manage.py dbshell support
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m3s

This commit is contained in:
2026-03-20 01:52:03 +03:00
parent 20ecb9cc4c
commit 5146f88c7d

View File

@@ -44,6 +44,7 @@ ENV DJANGO_SETTINGS_MODULE=dicquo.settings
# Пакеты -dev и build-essential здесь не нужны.
RUN apt-get update && apt-get install -y --no-install-recommends \
libjpeg62-turbo \
sqlite3 \
&& rm -rf /var/lib/apt/lists/*
# Создаем пользователя без прав root для безопасности