Skip to content

Commit

Permalink
Add root user to install missing modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 7, 2023
1 parent 0090e97 commit 6df800e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions images/osmcha-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6df800e

Please sign in to comment.