Skip to content

Commit

Permalink
docker_healthcheck.sh requires curl
Browse files Browse the repository at this point in the history
  • Loading branch information
tebriel committed Apr 3, 2019
1 parent 1cf479c commit d32c37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ENV REFRESHED_AT 2019-03-31
ENV LANG=en_US.UTF-8
ENV LC_ALL=en_US.UTF-8

RUN apt-get update && apt-get install -y git
RUN apt-get update && apt-get install -y git curl

WORKDIR /code
# This allows us to cache the pip install stage
Expand Down

0 comments on commit d32c37b

Please sign in to comment.