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

Unified Diff: blimp/engine/Dockerfile

Issue 1925993004: Initial addition of Blimp engine crash client code (take 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make overrides in BlimpEngineCrashReporterClient private Created 4 years, 8 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
Index: blimp/engine/Dockerfile
diff --git a/blimp/engine/Dockerfile b/blimp/engine/Dockerfile
index 7e3cbbaa5312859fc9d204a74cdd3cbc0ab56e70..3a8004a54383bd26cb1413b066424ce6abc5310e 100644
--- a/blimp/engine/Dockerfile
+++ b/blimp/engine/Dockerfile
@@ -7,7 +7,7 @@ RUN apt-get update && \
apt-get install -yq libdrm2 libfontconfig1 libfreetype6 libgraphite2-3 \
libharfbuzz0b libnspr4 libnss3 libstdc++6
-RUN apt-get install -yq stunnel4
+RUN apt-get update && apt-get install -yq stunnel4 wget
Kevin M 2016/05/03 20:06:13 Is this Dockerfile change related to the crash cod
marcinjb 2016/05/03 22:06:31 Added to the CL description.
RUN mkdir /engine

Powered by Google App Engine
This is Rietveld 408576698