|
@@ -13,4 +13,4 @@ RUN unset TZ
|
|
|
RUN apk del tzdata
|
|
|
RUN pip install --upgrade pip
|
|
|
RUN pip install Django==3.2.23
|
|
|
-RUN pip install django-crispy-forms gunicorn django-import-export django-trumbowyg Pillow urllib3 requests bs4
|
|
|
+RUN pip install django-crispy-forms crispy-bootstrap4 gunicorn django-import-export Pillow urllib3 requests bs4 tzdata django-editorjs
|