Skip to content

Commit

Permalink
[slack] Add missing library (#378)
Browse files Browse the repository at this point in the history
Fixes

  /usr/lib/slack/slack: error while loading shared libraries:
  libgtk-3.so.0: cannot open shared object file: No such file or
  directory
  • Loading branch information
michael-k authored and jessfraz committed May 17, 2018
1 parent 7a3b0ad commit 193664b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slack/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 193664b

Please sign in to comment.