Skip to content

Commit 789a230

Browse files
authored
Merge pull request #43 from aws-samples/fixes
updated boto3 isntallation requirement
2 parents 8fcb4bf + 8b28883 commit 789a230

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
@@ -22,7 +22,7 @@ RUN yum update -y && \
2222
yum -y install yum-plugin-versionlock && \
2323
yum -y versionlock add java-1.8.0-openjdk-1.8.0.362.b08-0.amzn2.0.1.x86_64 && \
2424
yum -y install java-1.8.0-openjdk && \
25-
pip install --upgrade pip && \
25+
pip install --upgrade pip && pip install boto3 && \
2626
pip install pyspark==$PYSPARK_VERSION && \
2727
yum clean all
2828

0 commit comments

Comments
 (0)