Skip to content
Snippets Groups Projects
Commit fd77ecb6 authored by Paweł Wieczorek's avatar Paweł Wieczorek
Browse files

wip: install Django debug toolbar

parent 5bd63c2e
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ RUN echo 'deb http://deb.debian.org/debian bullseye-backports main' > /etc/apt/s
apt-get install --no-install-recommends --yes libldap-common libsasl2-modules && \
apt-get install --no-install-recommends --yes python3-boto3 python3-pycurl && \
apt-get install --no-install-recommends --yes python3-voluptuous python3-yaml && \
apt-get install --no-install-recommends --yes python3-aiohttp python3-celery python3-django python3-django-allauth python3-django-auth-ldap python3-django-environ python3-django-filters python3-django-tables2 python3-djangorestframework python3-djangorestframework-extensions python3-djangorestframework-filters python3-docutils python3-eventlet python3-jinja2 python3-junit.xml python3-psycopg2 python3-requests python3-simplejson python3-tap python3-tz python3-voluptuous python3-whitenoise python3-yaml python3-zmq && \
apt-get install --no-install-recommends --yes python3-aiohttp python3-celery python3-django python3-django-allauth python3-django-auth-ldap python3-django-environ python3-django-filters python3-django-tables2 python3-django-debug-toolbar python3-djangorestframework python3-djangorestframework-extensions python3-djangorestframework-filters python3-docutils python3-eventlet python3-jinja2 python3-junit.xml python3-psycopg2 python3-requests python3-simplejson python3-tap python3-tz python3-voluptuous python3-whitenoise python3-yaml python3-zmq && \
apt-get install --no-install-recommends --yes python3-pip && \
python3 -m pip install sentry-sdk==1.5.8 && \
find /usr/lib/python3/dist-packages/ -name '__pycache__' -type d -exec rm -r "{}" + && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment