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.
2 parents 013a0b4 + 2ee1b3e commit 8fd7383Copy full SHA for 8fd7383
Dockerfile.ubuntu18.04.bats
@@ -15,7 +15,8 @@ RUN apt-get install -y software-properties-common && \
15
RUN pip install awscli --upgrade --user
16
17
# Install moto: https://github.com/spulec/moto
18
-RUN pip install flask moto moto[server]
+# Lock cfn-lint and pysistent to last known working versions
19
+RUN pip install flask moto moto[server] cfn-lint==0.35.1 pyrsistent==0.16.0
20
21
# Install tools we'll need to create a mock EC2 metadata server
22
RUN apt-get install -y net-tools iptables
0 commit comments