Atom: Fix dependencies and start

This commit is contained in:
Lomig 2021-10-25 15:51:08 +02:00
parent 8ff991327f
commit d1be5169c3

View File

@ -46,10 +46,13 @@ RUN apt-get update && apt-get install -y \
gvfs-bin \ gvfs-bin \
libasound2 \ libasound2 \
libcap2 \ libcap2 \
libdrm2 \
libgbm1 \
libgconf-2-4 \ libgconf-2-4 \
libgtk2.0-0 \ libgtk2.0-0 \
libnotify4 \ libnotify4 \
libnss3 \ libnss3 \
libxcb-dri3-0 \
libxkbfile1 \ libxkbfile1 \
libxss1 \ libxss1 \
libxtst6 \ libxtst6 \
@ -59,4 +62,4 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Autorun atom # Autorun atom
ENTRYPOINT [ "atom", "--foreground" ] ENTRYPOINT [ "atom", "--no-sandbox", "--foreground" ]