Skip to content

Commit c484c70

Browse files
authored
HDDS-12499. Install specific version of awscli and boto3 (#45)
1 parent 355ec52 commit c484c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ RUN set -eux ; \
7373

7474
#For executing inline smoketest
7575
RUN set -eux ; \
76-
pip3 install awscli robotframework==6.1.1 boto3 ; \
76+
pip3 install awscli==1.38.15 robotframework==6.1.1 boto3==1.37.15 ; \
7777
rm -r ~/.cache/pip
7878

7979
#dumb init for proper init handling

0 commit comments

Comments
 (0)