[PATCH] D44787: Migrate dockerfiles to use multi-stage builds.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 26 06:55:34 PDT 2018


sammccall accepted this revision.
sammccall added inline comments.
This revision is now accepted and ready to land.


================
Comment at: docs/Docker.rst:64
 If you want to write your own docker image, start with an ``example/`` subfolder.
-It provides incomplete Dockerfiles with (very few) FIXMEs explaining the steps
+It provides incomplete Dockerfile with (very few) FIXMEs explaining the steps
 you need to take in order to make your Dockerfiles functional.
----------------
an incomplete dockerfile


Repository:
  rL LLVM

https://reviews.llvm.org/D44787





More information about the cfe-commits mailing list