mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
[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:
parent
7a3b0ad3fd
commit
193664b3f7
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user