Skip to content

Commit 3455321

Browse files
committed
fix python packets version
1 parent 2b3efe1 commit 3455321

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Dockerfile

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
FROM dnxsolutions/aws:1.22.48-dnx2
1+
FROM dnxsolutions/aws:2.1.9-dnx1
22

33
WORKDIR /work
44

55
COPY src .
66

7-
# RUN apk add libcurl=7.79.1-r5 \
8-
# && apk add curl=7.79.1-r5 \
9-
# && apk add git=2.32.6-r0 \
10-
# && apk add python3=3.9.16-r0 \
11-
# && apk add python3-dev=3.9.16-r0
7+
RUN python3 -m pip install --no-cache-dir pip==23.1.2 \
8+
&& pip install --no-cache-dir awscli==1.27.142 \
9+
&& pip install --no-cache-dir botocore==1.29.142 \
10+
&& pip install --no-cache-dir boto3==1.26.142
1211

1312
ENTRYPOINT [ "python3", "-u" ]
1413

0 commit comments

Comments
 (0)