mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
Added libcanberra-gtk and dev, and minor alteration to usage script at top. (#328)
* added libcanberra-gtk, and dev to stop gtk errors on startup of chrome, also updated the usage command at the top to show a device that is required * fixed spacing in example
This commit is contained in:
parent
0bddd480a4
commit
6f1e2bf2a5
|
@ -10,6 +10,7 @@
|
|||
# -v $HOME/.config/google-chrome/:/data \ # if you want to save state
|
||||
# --security-opt seccomp=$HOME/chrome.json \
|
||||
# --device /dev/snd \ # so we have sound
|
||||
# --device /dev/dri \
|
||||
# -v /dev/shm:/dev/shm \
|
||||
# --name chrome \
|
||||
# jess/chrome:beta
|
||||
|
@ -26,6 +27,7 @@ ADD https://dl.google.com/linux/direct/google-talkplugin_current_amd64.deb /src/
|
|||
# Install Chrome
|
||||
RUN apt-get update && apt-get install -y \
|
||||
apt-transport-https \
|
||||
libcanberra-gtk* \
|
||||
ca-certificates \
|
||||
curl \
|
||||
gnupg \
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
# -v $HOME/.config/google-chrome/:/data \ # if you want to save state
|
||||
# --security-opt seccomp=$HOME/chrome.json \
|
||||
# --device /dev/snd \ # so we have sound
|
||||
# --device /dev/dri \
|
||||
# -v /dev/shm:/dev/shm \
|
||||
# --name chrome \
|
||||
# jess/chrome
|
||||
|
@ -25,6 +26,7 @@ ADD https://dl.google.com/linux/direct/google-talkplugin_current_amd64.deb /src/
|
|||
|
||||
# Install Chrome
|
||||
RUN apt-get update && apt-get install -y \
|
||||
libcanberra-gtk* \
|
||||
apt-transport-https \
|
||||
ca-certificates \
|
||||
curl \
|
||||
|
|
Loading…
Reference in New Issue
Block a user