Skip to content

Commit

Permalink
Install bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Jleagle committed Mar 7, 2019
1 parent 4d0ae03 commit 12f2d4d
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 @@ -10,7 +10,7 @@ FROM microsoft/dotnet:2.2-runtime-alpine
WORKDIR /root
COPY --from=build-env /root/out .
COPY ./health-check.sh .
RUN apk update && apk add libc6-compat
RUN apk update && apk add libc6-compat bash
RUN touch google-auth.json && touch last-changenumber.txt
ENTRYPOINT ["dotnet", "Updater.dll"]
HEALTHCHECK --interval=1m --timeout=5s --start-period=2m --retries=2 CMD ./health-check.sh

0 comments on commit 12f2d4d

Please sign in to comment.