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