mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-17 09:37:49 +01:00
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:
parent
1f2c100a85
commit
198c67bbde
|
@ -38,11 +38,12 @@ RUN apt-get update && apt-get install -y \
|
||||||
libxkbfile1 \
|
libxkbfile1 \
|
||||||
libxss1 \
|
libxss1 \
|
||||||
libxtst6 \
|
libxtst6 \
|
||||||
|
libx11-xcb-dev \
|
||||||
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.20.0
|
ENV ATOM_VERSION 1.20.1
|
||||||
|
|
||||||
# download the source
|
# download the source
|
||||||
RUN buildDeps=' \
|
RUN buildDeps=' \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user