Skip to content

Commit 2c68ed7

Browse files
committedJul 14, 2015
Dockerfile: reduce verbosity and remove entrypoint
1 parent 3a1bde5 commit 2c68ed7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎Dockerfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@ USER opam
1010

1111
# setup opam environment
1212
#
13-
ENV OPAMVERBOSE 1
1413
ENV OPAMYES 1
15-
ENV OPAMJOBS 2
14+
ENV OPAMJOBS 4
1615

1716
RUN opam install mirage
1817

1918
# entry
2019
#
21-
ENTRYPOINT ["/usr/bin/opam-config-exec", "mirage"]
2220
CMD ["bash"]

0 commit comments

Comments
 (0)
Please sign in to comment.