Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Unified Diff: blimp/docs/container.md

Issue 2106843003: Blimp engine Dockerfile now depends on Dockerfile.base. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update documentation on docker build for engine to include building the base. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | blimp/engine/Dockerfile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/docs/container.md
diff --git a/blimp/docs/container.md b/blimp/docs/container.md
index 667098fed96e5ebc54fb4246ef3ea21d20f04417..57218a4aa4b7fe7e877ec575530870f0f44b1af9 100644
--- a/blimp/docs/container.md
+++ b/blimp/docs/container.md
@@ -58,6 +58,7 @@ generated target `out-linux/Debug/gen/engine-manifest.txt`.
Using the tarfile you can create a Docker image:
```bash
+docker build -f Dockerfile.base -t base - < ./out-linux/Debug/blimp_engine_bundle.tar.gz
docker build -t blimp_engine - < ./out-linux/Debug/blimp_engine_bundle.tar.gz
```
« no previous file with comments | « no previous file | blimp/engine/Dockerfile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698