diff --git a/chrome/beta/Dockerfile b/chrome/beta/Dockerfile new file mode 100644 index 0000000..2553418 --- /dev/null +++ b/chrome/beta/Dockerfile @@ -0,0 +1,44 @@ +# Base docker image +FROM debian:sid +MAINTAINER Jessica Frazelle + +COPY google-talkplugin_current_amd64.deb /src/google-talkplugin_current_amd64.deb + +ADD https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb /src/google-chrome-beta_current_amd64.deb + +# Install Chromium +RUN sed -i.bak 's/sid main/sid main contrib non-free/g' /etc/apt/sources.list && \ + mkdir -p /usr/share/icons/hicolor && \ + apt-get update && apt-get install -y \ + ca-certificates \ + gconf-service \ + hicolor-icon-theme \ + libappindicator1 \ + libasound2 \ + libcanberra-gtk-module \ + libcurl3 \ + libexif-dev \ + libgconf-2-4 \ + libgl1-mesa-dri \ + libgl1-mesa-glx \ + libnspr4 \ + libnss3 \ + libpango1.0-0 \ + libv4l-0 \ + libxss1 \ + libxtst6 \ + wget \ + xdg-utils \ + --no-install-recommends && \ + dpkg -i '/src/google-chrome-beta_current_amd64.deb' && \ + apt-get install -y \ + pepperflashplugin-nonfree \ + --no-install-recommends && \ + dpkg -i '/src/google-talkplugin_current_amd64.deb' \ + && rm -rf /var/lib/apt/lists/* + +COPY local.conf /etc/fonts/local.conf + +# Autorun chrome +ENTRYPOINT [ "/usr/bin/google-chrome-beta" ] +CMD [ "--user-data-dir=/data", "--no-sandbox" ] diff --git a/chrome/local.conf b/chrome/beta/local.conf similarity index 100% rename from chrome/local.conf rename to chrome/beta/local.conf diff --git a/chrome/Dockerfile b/chrome/stable/Dockerfile similarity index 100% rename from chrome/Dockerfile rename to chrome/stable/Dockerfile diff --git a/chrome/stable/local.conf b/chrome/stable/local.conf new file mode 100644 index 0000000..51dd0d3 --- /dev/null +++ b/chrome/stable/local.conf @@ -0,0 +1,29 @@ + + + + + +rgb + + + + +true + + + + +hintslight + + + + +true + + + + +lcddefault + + +