Skip to content

Commit 8c7fc5d

Browse files
Run sbt test to download all dependencies
1 parent bf57b59 commit 8c7fc5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2.6.20/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends unzip bash open
88

99
COPY play /tmp/play
1010

11-
RUN cd /tmp/play && sbt compile && rm -Rf /tmp/play
11+
RUN cd /tmp/play && sbt test && rm -Rf /tmp/play
1212

1313
ENV PHANTOM_JS phantomjs-2.1.1-linux-x86_64
1414

0 commit comments

Comments
 (0)