Skip to content

Commit

Permalink
Add curl to healthcheck support (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
trottomv committed Jan 11, 2024
1 parent 8422449 commit 68b065d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions {{cookiecutter.project_dirname}}/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ LABEL company="20tab" project="{{ cookiecutter.project_slug }}" service="backend
ENV DJANGO_CONFIGURATION=Local INTERNAL_SERVICE_PORT={{ cookiecutter.internal_service_port }}
RUN apt-get update \
&& apt-get install --assume-yes --no-install-recommends \
curl \
gcc \
gettext \
git \
Expand Down

0 comments on commit 68b065d

Please sign in to comment.