Skip to content

Commit 709703d

Browse files
authored
Merge pull request #63 from Turzzzin/dockerfile-unzip-fix
Adding 'unzip' package on Dockerfile
2 parents 6398858 + 695eb1c commit 709703d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ RUN yum update -y && \
2626
yum -y install yum-plugin-versionlock && \
2727
yum -y versionlock add java-1.8.0-openjdk-1.8.0.362.b08-0.amzn2.0.1.x86_64 && \
2828
yum -y install java-1.8.0-openjdk && \
29-
29+
yum -y install unzip && \
30+
3031
pip install --upgrade pip && \
3132
pip install pyspark==$PYSPARK_VERSION boto3 && \
3233

0 commit comments

Comments
 (0)