aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/test/node_jessie_x64/Dockerfile
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2017-01-12 17:57:36 -0800
committerGravatar murgatroid99 <mlumish@google.com>2017-01-12 17:57:36 -0800
commit93d0b580a51af6e9c099164424040dfd4d6a71f3 (patch)
treec0adf8af857916dfa45df0903e2e6302621c259c /tools/dockerfile/test/node_jessie_x64/Dockerfile
parentc518198d9adc423442082130dace7230b5df6e50 (diff)
Properly generate electron dependencies in test Dockerfile from template
Diffstat (limited to 'tools/dockerfile/test/node_jessie_x64/Dockerfile')
-rw-r--r--tools/dockerfile/test/node_jessie_x64/Dockerfile18
1 files changed, 11 insertions, 7 deletions
diff --git a/tools/dockerfile/test/node_jessie_x64/Dockerfile b/tools/dockerfile/test/node_jessie_x64/Dockerfile
index 120ea59ae2..184298f913 100644
--- a/tools/dockerfile/test/node_jessie_x64/Dockerfile
+++ b/tools/dockerfile/test/node_jessie_x64/Dockerfile
@@ -42,18 +42,12 @@ RUN apt-get update && apt-get install -y \
git \
golang \
gyp \
- libasound2 \
lcov \
libc6 \
libc6-dbg \
libc6-dev \
- libgconf-2-4 \
libgtest-dev \
- libgtk2.0-0 \
- libnss3 \
libtool \
- libxss1\
- libxtst6 \
make \
perl \
strace \
@@ -63,13 +57,23 @@ RUN apt-get update && apt-get install -y \
telnet \
unzip \
wget \
- xvfb \
zip && apt-get clean
#================
# Build profiling
RUN apt-get update && apt-get install -y time && apt-get clean
+
+# Install Electron apt dependencies
+RUN apt-get update && apt-get install -y \
+ libasound \
+ libgconf-2-4 \
+ libgtk2.0-0 \
+ libnss3 \
+ libxss1 \
+ libxtst6 \
+ xvfb
+
#====================
# Python dependencies