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

Commit

Permalink
pin pyrsistent package to latest for python 2.7 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
camallen committed Feb 26, 2021
1 parent d6f30dd commit 88ce44c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -22,6 +22,7 @@ RUN usermod -aG docker jenkins
RUN pip install \
awscli \
boto \
pyrsistent==0.16.1 \
docker-compose

RUN curl -o /usr/local/bin/aws-iam-authenticator https://amazon-eks.s3-us-west-2.amazonaws.com/1.11.5/2018-12-06/bin/linux/amd64/aws-iam-authenticator && chmod +x /usr/local/bin/aws-iam-authenticator
Expand Down

0 comments on commit 88ce44c

Please sign in to comment.