ckan / ckan-docker

Scripts and images to run CKAN using Docker Compose
104 stars 195 forks source link

Docker Dev - No module named "flask_debugtoolbar" found #157

Closed carlostighe closed 4 months ago

carlostighe commented 4 months ago

During the install of the devlopment docker image I ran into this issue - flask_debugtoolbar seemed not to be installed

Ubuntu 24.04 Docker version 25.0.2, build 29cf629 Docker Compose version v2.24.5

carlostighe commented 4 months ago

Solved by adding

RUN pip install --upgrade --no-cache-dir -r ${APP_DIR}/src/ckan/dev-requirements.txt

to ckan-docker/ckan/Dockerfile.dev file