[slack] Add missing library (#378)

Fixes

  /usr/lib/slack/slack: error while loading shared libraries:
  libgtk-3.so.0: cannot open shared object file: No such file or
  directory
This commit is contained in:
Michael 2018-05-17 07:47:07 +00:00 committed by Jess Frazelle
parent 7a3b0ad3fd
commit 193664b3f7

View File

@ -39,6 +39,7 @@ RUN echo "deb https://packagecloud.io/slacktechnologies/slack/debian/ jessie mai
RUN apt-get update && apt-get -y install \
libasound2 \
libgtk-3-0 \
libx11-xcb1 \
libxkbfile1 \
slack-desktop \