Skip to content

Commit

Permalink
Add curl to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
acockburn committed Apr 9, 2023
1 parent 38bf380 commit ac5f70e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,6 @@ ENV PYTHONPATH=/usr/lib/python${PYTHON_RELEASE}:/usr/lib/python${PYTHON_RELEASE}

# Define entrypoint script
ENTRYPOINT ["./dockerStart.sh"]

# Install curl to allow for healthchecks
RUN apk --no-cache add curl
2 changes: 2 additions & 0 deletions docs/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

**Features**

- Added curl install to the docker image for helath checks

**Fixes**

- Fixed a bug that crept in to `sun_up()` and `sun_down()`
Expand Down

0 comments on commit ac5f70e

Please sign in to comment.