Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicianoTech committed Aug 27, 2020
1 parent f2f075d commit 0f9115e
Show file tree
Hide file tree
Showing 195 changed files with 780 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildpack-deps/images/bionic-curl/browsers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
4 changes: 4 additions & 0 deletions buildpack-deps/images/bionic-scm/browsers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
4 changes: 4 additions & 0 deletions buildpack-deps/images/bionic/browsers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
4 changes: 4 additions & 0 deletions buildpack-deps/images/bullseye-curl/browsers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
4 changes: 4 additions & 0 deletions buildpack-deps/images/bullseye-scm/browsers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
4 changes: 4 additions & 0 deletions buildpack-deps/images/bullseye/browsers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
4 changes: 4 additions & 0 deletions buildpack-deps/images/buster-curl/browsers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
4 changes: 4 additions & 0 deletions buildpack-deps/images/buster-scm/browsers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
4 changes: 4 additions & 0 deletions buildpack-deps/images/buster/browsers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
4 changes: 4 additions & 0 deletions buildpack-deps/images/focal-curl/browsers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
4 changes: 4 additions & 0 deletions buildpack-deps/images/focal-scm/browsers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
4 changes: 4 additions & 0 deletions buildpack-deps/images/focal/browsers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
4 changes: 4 additions & 0 deletions buildpack-deps/images/groovy-curl/browsers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
4 changes: 4 additions & 0 deletions buildpack-deps/images/groovy-scm/browsers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
4 changes: 4 additions & 0 deletions buildpack-deps/images/groovy/browsers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
4 changes: 4 additions & 0 deletions buildpack-deps/images/stretch-curl/browsers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
4 changes: 4 additions & 0 deletions buildpack-deps/images/stretch-scm/browsers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
4 changes: 4 additions & 0 deletions buildpack-deps/images/stretch/browsers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
4 changes: 4 additions & 0 deletions buildpack-deps/images/xenial-curl/browsers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
4 changes: 4 additions & 0 deletions buildpack-deps/images/xenial-scm/browsers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
4 changes: 4 additions & 0 deletions buildpack-deps/images/xenial/browsers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
4 changes: 4 additions & 0 deletions clojure/images/latest/browsers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
4 changes: 4 additions & 0 deletions clojure/images/latest/node-browsers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
4 changes: 4 additions & 0 deletions clojure/images/openjdk-11-boot/browsers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
4 changes: 4 additions & 0 deletions clojure/images/openjdk-11-boot/node-browsers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
4 changes: 4 additions & 0 deletions clojure/images/openjdk-11-tools-deps/browsers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
4 changes: 4 additions & 0 deletions clojure/images/openjdk-11-tools-deps/node-browsers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
4 changes: 4 additions & 0 deletions clojure/images/openjdk-11/browsers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
4 changes: 4 additions & 0 deletions clojure/images/openjdk-11/node-browsers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
4 changes: 4 additions & 0 deletions clojure/images/openjdk-14-boot-buster/browsers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
4 changes: 4 additions & 0 deletions clojure/images/openjdk-14-buster/browsers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
4 changes: 4 additions & 0 deletions clojure/images/openjdk-14-buster/node-browsers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
4 changes: 4 additions & 0 deletions clojure/images/openjdk-15-boot-buster/browsers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ RUN CHROME_VERSION="$(google-chrome --version)" \
&& sudo chmod +x /usr/local/bin/chromedriver \
&& chromedriver --version

# Google Chrome < v85 had libxss1 as a dependency. It no longer does but people
# have been depending on it so installing manually.
RUN sudo apt-get install -y libxss1

# start xvfb automatically to avoid needing to express in circle.yml
ENV DISPLAY :99
RUN printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' > /tmp/entrypoint \
Expand Down
Loading

0 comments on commit 0f9115e

Please sign in to comment.