fix for #288 and atom version update (#298)

added libx11-xcb-dev to fix issue #288
update version of atom from 1.20.0 to 1.20.1 (latest stable)
This commit is contained in:
Harald van der Laan 2017-09-22 14:50:39 +02:00 committed by Jess Frazelle
parent 1f2c100a85
commit 198c67bbde

View File

@ -38,11 +38,12 @@ RUN apt-get update && apt-get install -y \
libxkbfile1 \
libxss1 \
libxtst6 \
libx11-xcb-dev \
xdg-utils \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
ENV ATOM_VERSION 1.20.0
ENV ATOM_VERSION 1.20.1
# download the source
RUN buildDeps=' \