Skip to content

Commit

Permalink
API: install curl for healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Mar 14, 2024
1 parent 02149d5 commit 9d6ce34
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/wis2-gdc-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ LABEL maintainer="Tom Kralidis <tomkralidis@gmail.com>"
ENV PYGEOAPI_CONFIG=/pygeoapi/local.config.yml
ENV PYGEOAPI_OPENAPI=/pygeoapi/local.openapi.yml

RUN pip3 install "pywcmp>=0.7" && \
pywcmp --version && \
RUN apt-get update && \
apt-get install -y curl && \
pip3 install pywcmp && \
pywcmp bundle sync

COPY ./wis2-gdc-api.yml /pygeoapi/local.config.yml
Expand Down

0 comments on commit 9d6ce34

Please sign in to comment.