From f3bafc45f9c1a36481bd5b0ab6e09633c720c20b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=A4ufl?= Date: Wed, 4 Nov 2015 00:43:28 +0100 Subject: [PATCH 1/2] [atom] Unified indentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Käufl --- atom/Dockerfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/atom/Dockerfile b/atom/Dockerfile index 925face..6bc9b4d 100644 --- a/atom/Dockerfile +++ b/atom/Dockerfile @@ -31,15 +31,15 @@ RUN apt-get update && apt-get install -y \ gconf-service \ git \ gvfs-bin \ - libasound2 \ - libgconf-2-4 \ - libgnome-keyring-dev \ - libgtk2.0-0 \ + libasound2 \ + libgconf-2-4 \ + libgnome-keyring-dev \ + libgtk2.0-0 \ libnotify4 \ - libnss3 \ - libxtst6 \ + libnss3 \ + libxtst6 \ --no-install-recommends \ - && rm -rf /var/lib/apt/lists/* + && rm -rf /var/lib/apt/lists/* ENV ATOM_VERSION 1.0.19 From 5e5e89b12e552733292831d39266b77f4d07adad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=A4ufl?= Date: Wed, 4 Nov 2015 00:45:10 +0100 Subject: [PATCH 2/2] Updated atom to v1.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Käufl --- atom/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atom/Dockerfile b/atom/Dockerfile index 6bc9b4d..f65be1f 100644 --- a/atom/Dockerfile +++ b/atom/Dockerfile @@ -41,7 +41,7 @@ RUN apt-get update && apt-get install -y \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/* -ENV ATOM_VERSION 1.0.19 +ENV ATOM_VERSION 1.1.0 RUN curl -sSL https://github.com/atom/atom/releases/download/v${ATOM_VERSION}/atom-amd64.deb -o /tmp/atom-amd64.deb \ && dpkg -i /tmp/atom-amd64.deb \