Skip to content

Commit

Permalink
Using legacy resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
apcros committed Feb 8, 2021
1 parent 06eaf34 commit 315e2c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ COPY entrypoint.sh /entrypoint.sh

RUN apt-get update -y

RUN pip install --upgrade pip awsebcli
RUN pip install --upgrade pip awsebcli --use-deprecated=legacy-resolver

RUN chmod +x entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 315e2c3

Please sign in to comment.