Increase retry value to avoid build failures (#1468)

This commit is contained in:
Abhishek Arya 2018-06-02 09:12:31 -07:00 committed by GitHub
parent cfa75aa5c5
commit 47d8e4bdb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ from ubuntu:16.04
RUN apt-get update && apt-get upgrade -y RUN apt-get update && apt-get upgrade -y
RUN apt-get install -y curl RUN apt-get install -y curl
ENTRYPOINT ["curl", "--retry", "2", "-X", "PUT", "-T"] ENTRYPOINT ["curl", "--retry", "5", "-X", "PUT", "-T"]