diff --git a/images/osmcha-api/Dockerfile b/images/osmcha-api/Dockerfile index 8f584f88..77279d11 100644 --- a/images/osmcha-api/Dockerfile +++ b/images/osmcha-api/Dockerfile @@ -1,2 +1,6 @@ FROM ghcr.io/willemarcel/osmcha-django:b1f4e6afc90e08707cadc4d74580632ca3b93dd2 +USER root + +# RUN apt-get update && apt-get install sudo + RUN pip install django-debug-toolbar