Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lava
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Paweł Wieczorek
lava
Commits
fd77ecb6
Commit
fd77ecb6
authored
3 years ago
by
Paweł Wieczorek
Browse files
Options
Downloads
Patches
Plain Diff
wip: install Django debug toolbar
parent
5bd63c2e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/lava-server-base/Dockerfile
+1
-1
1 addition, 1 deletion
docker/lava-server-base/Dockerfile
with
1 addition
and
1 deletion
docker/lava-server-base/Dockerfile
+
1
−
1
View file @
fd77ecb6
...
...
@@ -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
"{}"
+
&&
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment