We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afae691 commit cb1f3d0Copy full SHA for cb1f3d0
1 file changed
Dockerfile
@@ -34,6 +34,8 @@ RUN apt-get update && apt-get install -y \
34
git \
35
bash \
36
sqlite3 \
37
+ python3 \
38
+ python3-pip \
39
&& rm -rf /var/lib/apt/lists/*
40
41
# Install Terraform
@@ -54,7 +56,7 @@ RUN ARCH=${TARGETARCH:-amd64} && \
54
56
./aws/install && \
55
57
rm -rf awscliv2.zip aws
58
-# Install Botocore
59
+# Install botocore
60
RUN pip3 install botocore
61
62
# Create non-root user
0 commit comments