Skip to content

Commit cb1f3d0

Browse files
committed
Fix botocore install
1 parent afae691 commit cb1f3d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ RUN apt-get update && apt-get install -y \
3434
git \
3535
bash \
3636
sqlite3 \
37+
python3 \
38+
python3-pip \
3739
&& rm -rf /var/lib/apt/lists/*
3840

3941
# Install Terraform
@@ -54,7 +56,7 @@ RUN ARCH=${TARGETARCH:-amd64} && \
5456
./aws/install && \
5557
rm -rf awscliv2.zip aws
5658

57-
# Install Botocore
59+
# Install botocore
5860
RUN pip3 install botocore
5961

6062
# Create non-root user

0 commit comments

Comments
 (0)