File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ ENV PYTHONDONTWRITEBYTECODE=1
7878ENV PYTHONPATH=$APP_DIR
7979
8080# OS requirements as per
81- # https://scancode-toolkit.readthedocs.io/en/latest /getting-started/install .html
81+ # https://scancode-toolkit.readthedocs.io/en/stable /getting-started/installation/index .html#installation-prerequisites
8282# Also install universal-ctags and xgettext for symbol and string collection.
8383RUN apt-get update \
8484 && apt-get install -y --no-install-recommends \
@@ -94,6 +94,7 @@ RUN apt-get update \
9494 libzstd1 \
9595 libgpgme11 \
9696 libdevmapper1.02.1 \
97+ libmagic1 \
9798 git \
9899 wait-for-it \
99100 universal-ctags \
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies = [
3636 " importlib-metadata==8.7.1" ,
3737 " setuptools==82.0.0" ,
3838 # Django related
39- " Django==6.0.3 " ,
39+ " Django==6.0.4 " ,
4040 " django-environ==0.13.0" ,
4141 " django-crispy-forms==2.6" ,
4242 " crispy-bootstrap3==2024.1" ,
You can’t perform that action at this time.
0 commit comments