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

Commit

Permalink
add lic6-compat to spark-base docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
echarles committed Dec 11, 2017
1 parent 0612195 commit 7dd64eb
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 7dd64eb

Please sign in to comment.