We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc566d3 commit 83a44baCopy full SHA for 83a44ba
images/manager/Dockerfile
@@ -3,6 +3,8 @@ FROM python:3.6-alpine3.12
3
WORKDIR /root
4
5
ENV PATH /root/.local/bin:$PATH
6
+ENV AWS_RETRY_MODE standard
7
+ENV AWS_MAX_ATTEMPTS 10
8
9
COPY manager/requirements.txt /root/requirements.txt
10
0 commit comments