Skip to content

Commit

Permalink
readed
Browse files Browse the repository at this point in the history
  • Loading branch information
srugano committed Oct 14, 2024
1 parent 68cf9af commit 4fee18a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.12-slim-bookworm as base

RUN apt update \
&& apt install --no-install-recommends -y \
gcc curl libgdal-dev wkhtmltopdf chromium-driver chromium \
gcc curl libgdal-dev wkhtmltopdf chromium-driver chromium setuptools \
&& apt clean && rm -rf /var/lib/apt/lists/* \
&& addgroup --system --gid 82 hcr \
&& adduser \
Expand Down
2 changes: 1 addition & 1 deletion src/hope_country_report/api/urls.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from django.http import HttpRequest, HttpResponse
from django.urls import include, path

import setuptools.dist # noqa: F401
from .router import router

app_name = "api"
Expand Down

0 comments on commit 4fee18a

Please sign in to comment.