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 c7de3dd commit 9b5200eCopy full SHA for 9b5200e
Dockerfile.ubuntu16.04.bats
@@ -11,11 +11,14 @@ RUN apt-get install -y software-properties-common && \
11
DEBIAN_FRONTEND=noninteractive apt-get update && \
12
apt-get install -y bats
13
14
+# Upgrade pip
15
+RUN pip install -U pip
16
+
17
# Install AWS CLI
18
RUN pip install awscli --upgrade --user
19
20
# Install moto: https://github.com/spulec/moto
-RUN pip install flask moto moto[server]
21
+RUN pip install flask moto moto[server] networkx==2.2
22
23
# Install tools we'll need to create a mock EC2 metadata server
24
RUN apt-get install -y net-tools iptables
0 commit comments