mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 19:32:30 +01:00
commit
b16b6b751a
|
@ -20,11 +20,14 @@ RUN apt-get update && apt-get install -y \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
gconf2 \
|
gconf2 \
|
||||||
gconf-service \
|
gconf-service \
|
||||||
|
gir1.2-gnomekeyring-1.0 \
|
||||||
gvfs-bin \
|
gvfs-bin \
|
||||||
hunspell-en-us \
|
hunspell-en-us \
|
||||||
|
libappindicator1 \
|
||||||
libasound2 \
|
libasound2 \
|
||||||
libgl1-mesa-dri \
|
libgl1-mesa-dri \
|
||||||
libgl1-mesa-glx \
|
libgl1-mesa-glx \
|
||||||
|
libgnome-keyring0 \
|
||||||
libgtk2.0-0 \
|
libgtk2.0-0 \
|
||||||
libnotify4 \
|
libnotify4 \
|
||||||
libnss3 \
|
libnss3 \
|
||||||
|
@ -40,7 +43,7 @@ RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
|
||||||
&& locale-gen en_US.utf8 \
|
&& locale-gen en_US.utf8 \
|
||||||
&& /usr/sbin/update-locale LANG=en_US.UTF-8
|
&& /usr/sbin/update-locale LANG=en_US.UTF-8
|
||||||
|
|
||||||
ENV SLACK_VERSION 2.0.6
|
ENV SLACK_VERSION 2.1.1
|
||||||
|
|
||||||
# download the deb and node
|
# download the deb and node
|
||||||
RUN buildDeps=' \
|
RUN buildDeps=' \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user