Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #24 from yohannj/master
Browse files Browse the repository at this point in the history
Include curl for healthcheck purpose
  • Loading branch information
tacyuuhon authored Jan 10, 2020
2 parents affe82d + ba507d7 commit 3ffae37
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 @@ -10,6 +10,7 @@ ENV CHPROXY_APP_NAME=${CHPROXY_NAME}
ENV CHPROXY_BUILD_VERSION=${CHPROXY_VERSION}

RUN apt-get update -y && \
apt-get install curl -y && \
apt-get autoremove -y && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 3ffae37

Please sign in to comment.