Skip to content

Commit

Permalink
Remove extra blank space
Browse files Browse the repository at this point in the history
  • Loading branch information
tmckayus committed Feb 5, 2018
1 parent 03c0086 commit 1399ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scala-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ENV JBOSS_IMAGE_NAME="radanalytics-scala-spark" \
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/spark/bin:/opt/scala/bin:/opt/sbt/bin" \
SPARK_HOME="/opt/spark" \
APP_ROOT="/opt/app-root" \
SBT_OPTS="-Dsbt.global.base=/tmp/.sbt/0.13 -Dsbt.ivy.home=/tmp/.ivy2 -Xms512M -Xmx1536M -Xss1M -XX:+CMSClassUnloadingEnabled"
SBT_OPTS="-Dsbt.global.base=/tmp/.sbt/0.13 -Dsbt.ivy.home=/tmp/.ivy2 -Xms512M -Xmx1536M -Xss1M -XX:+CMSClassUnloadingEnabled"

# Labels
LABEL name="$JBOSS_IMAGE_NAME" \
Expand Down

0 comments on commit 1399ec3

Please sign in to comment.