Skip to content

Commit 9698d3b

Browse files
authored
Fix expected docker file. (apache-spark-on-k8s#401)
The generated file is correct but the expected file in the test was not.
1 parent 036259f commit 9698d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spark-docker-image-generator/src/test/resources/ExpectedDockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN set -ex && \
3131
apk upgrade --no-cache && \
3232
apk add --no-cache bash tini && \
3333
mkdir -p /opt/spark && \
34-
mkdir -p /opt/spark/work-dir \
34+
mkdir -p /opt/spark/work-dir && \
3535
touch /opt/spark/RELEASE && \
3636
rm /bin/sh && \
3737
ln -sv /bin/bash /bin/sh && \

0 commit comments

Comments
 (0)