Fixed package name in dockerfile

pull/8601/head
murgatroid99 8 years ago
parent a7fa10005a
commit 972b7975a6
  1. 2
      templates/tools/dockerfile/test/node_jessie_x64/Dockerfile.template
  2. 2
      tools/dockerfile/test/node_jessie_x64/Dockerfile

@ -35,7 +35,7 @@
# Install Electron apt dependencies
RUN apt-get update && apt-get install -y ${'\\'}
libasound ${'\\'}
libasound2 ${'\\'}
libgconf-2-4 ${'\\'}
libgtk2.0-0 ${'\\'}
libnss3 ${'\\'}

@ -66,7 +66,7 @@ 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 \
libasound2 \
libgconf-2-4 \
libgtk2.0-0 \
libnss3 \

Loading…
Cancel
Save