Closed carlostighe closed 4 months ago
During the install of the devlopment docker image I ran into this issue - flask_debugtoolbar seemed not to be installed
flask_debugtoolbar
Ubuntu 24.04 Docker version 25.0.2, build 29cf629 Docker Compose version v2.24.5
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
ckan-docker/ckan/Dockerfile.dev
During the install of the devlopment docker image I ran into this issue -
flask_debugtoolbar
seemed not to be installedUbuntu 24.04 Docker version 25.0.2, build 29cf629 Docker Compose version v2.24.5