Skip to content

Commit a11b0c7

Browse files
author
Roland Elek
committed
HDDS-12499. Install specific version of awscli and boto3
1 parent 7f23dae commit a11b0c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
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)