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

Commit 7dd64eb

Browse files
committed
add lic6-compat to spark-base docker file
1 parent 0612195 commit 7dd64eb

File tree

1 file changed

+1
-1
lines changed
  • resource-managers/kubernetes/docker-minimal-bundle/src/main/docker/spark-base

1 file changed

+1
-1
lines changed

resource-managers/kubernetes/docker-minimal-bundle/src/main/docker/spark-base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ FROM openjdk:8-alpine
2121
# docker build -t spark-base:latest -f dockerfiles/spark-base/Dockerfile .
2222

2323
RUN apk upgrade --no-cache && \
24-
apk add --no-cache bash tini && \
24+
apk add --no-cache bash tini libc6-compat && \
2525
mkdir -p /opt/spark && \
2626
mkdir -p /opt/spark/work-dir \
2727
touch /opt/spark/RELEASE && \

0 commit comments

Comments
 (0)