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

Commit 6d724a9

Browse files
coderangerfoxish
authored andcommitted
Missed an && (#587)
1 parent 6428bb9 commit 6d724a9

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
@@ -23,7 +23,7 @@ FROM openjdk:8-alpine
2323
RUN apk upgrade --no-cache && \
2424
apk add --no-cache bash tini && \
2525
mkdir -p /opt/spark && \
26-
mkdir -p /opt/spark/work-dir \
26+
mkdir -p /opt/spark/work-dir && \
2727
touch /opt/spark/RELEASE && \
2828
rm /bin/sh && \
2929
ln -sv /bin/bash /bin/sh && \

0 commit comments

Comments
 (0)