From 4463f27c94c691a636d239cd717317fa2078a79e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=A4ufl?= Date: Thu, 24 Nov 2016 13:36:45 +0100 Subject: [PATCH] [atom] Added missing libraries and updated to 1.12.5 Without libxss1 atom 1.12.x does not start at all. Without libxkbfile1 it starts, but throws an exception and cannot be used. --- atom/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/atom/Dockerfile b/atom/Dockerfile index e3e1e9c..c21b76a 100644 --- a/atom/Dockerfile +++ b/atom/Dockerfile @@ -35,12 +35,14 @@ RUN apt-get update && apt-get install -y \ libgtk2.0-0 \ libnotify4 \ libnss3 \ + libxkbfile1 \ + libxss1 \ libxtst6 \ xdg-utils \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/* -ENV ATOM_VERSION 1.12.3 +ENV ATOM_VERSION 1.12.5 # download the source RUN buildDeps=' \