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

Unified Diff: blimp/engine/Dockerfile

Issue 1696563002: Blimp: add support for SSL connections. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 0410cf861f25248d9f8e7164fbd2b567dd8a43d9..01a75a7101fc3c195efeec59870b028e280dc611 100644
--- a/blimp/engine/Dockerfile
+++ b/blimp/engine/Dockerfile
@@ -5,7 +5,7 @@ FROM ubuntu:trusty
# dpkg-query -S | awk -F: '{print $1}' | sort | uniq
RUN apt-get update && \
apt-get install -yq libdrm2 libfontconfig1 libfreetype6 libgraphite2-3 \
- libharfbuzz0b libnspr4 libnss3 libstdc++6
+ libharfbuzz0b libnspr4 libnss3 libstdc++6 libasound2 libcups2
RUN apt-get install -yq stunnel4

Powered by Google App Engine
This is Rietveld 408576698