mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
[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.
This commit is contained in:
parent
76b7605423
commit
4463f27c94
|
@ -35,12 +35,14 @@ RUN apt-get update && apt-get install -y \
|
||||||
libgtk2.0-0 \
|
libgtk2.0-0 \
|
||||||
libnotify4 \
|
libnotify4 \
|
||||||
libnss3 \
|
libnss3 \
|
||||||
|
libxkbfile1 \
|
||||||
|
libxss1 \
|
||||||
libxtst6 \
|
libxtst6 \
|
||||||
xdg-utils \
|
xdg-utils \
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV ATOM_VERSION 1.12.3
|
ENV ATOM_VERSION 1.12.5
|
||||||
|
|
||||||
# download the source
|
# download the source
|
||||||
RUN buildDeps=' \
|
RUN buildDeps=' \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user