mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
Atom: Fix dependencies and start
This commit is contained in:
parent
8ff991327f
commit
d1be5169c3
|
@ -46,10 +46,13 @@ RUN apt-get update && apt-get install -y \
|
|||
gvfs-bin \
|
||||
libasound2 \
|
||||
libcap2 \
|
||||
libdrm2 \
|
||||
libgbm1 \
|
||||
libgconf-2-4 \
|
||||
libgtk2.0-0 \
|
||||
libnotify4 \
|
||||
libnss3 \
|
||||
libxcb-dri3-0 \
|
||||
libxkbfile1 \
|
||||
libxss1 \
|
||||
libxtst6 \
|
||||
|
@ -59,4 +62,4 @@ RUN apt-get update && apt-get install -y \
|
|||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Autorun atom
|
||||
ENTRYPOINT [ "atom", "--foreground" ]
|
||||
ENTRYPOINT [ "atom", "--no-sandbox", "--foreground" ]
|
||||
|
|
Loading…
Reference in New Issue
Block a user