Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Add libc6-compat to base spark docker image to fix issue with parquet… #550

Open
wants to merge 2 commits into
base: branch-2.2-kubernetes
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ FROM openjdk:8-alpine
# docker build -t spark-base:latest -f dockerfiles/spark-base/Dockerfile .

RUN apk upgrade --no-cache && \
apk add --no-cache bash tini && \
apk add --no-cache bash tini libc6-compat && \
mkdir -p /opt/spark && \
mkdir -p /opt/spark/work-dir && \
touch /opt/spark/RELEASE && \
Expand Down