mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31: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 \
|
||||
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=' \
|
||||
|
|
Loading…
Reference in New Issue
Block a user