We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fcb4bf + 8b28883 commit 789a230Copy full SHA for 789a230
Dockerfile
@@ -22,7 +22,7 @@ RUN yum update -y && \
22
yum -y install yum-plugin-versionlock && \
23
yum -y versionlock add java-1.8.0-openjdk-1.8.0.362.b08-0.amzn2.0.1.x86_64 && \
24
yum -y install java-1.8.0-openjdk && \
25
- pip install --upgrade pip && \
+ pip install --upgrade pip && pip install boto3 && \
26
pip install pyspark==$PYSPARK_VERSION && \
27
yum clean all
28
0 commit comments