Skip to content

Commit

Permalink
Add curl to application image.
Browse files Browse the repository at this point in the history
Curl is required by the health check scripts.

Refs #218
  • Loading branch information
markstory committed Aug 9, 2018
1 parent f7a748d commit 3124192
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ENV LC_ALL=en_US.UTF-8
RUN apt-get update && \
apt-get install -y \
python2.7 python-pip \
curl \
git \
libxml2 \
libffi-dev \
Expand Down

0 comments on commit 3124192

Please sign in to comment.