We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c5fa4a commit bf21954Copy full SHA for bf21954
appdev.Dockerfile
@@ -82,7 +82,7 @@ RUN /bin/bash -l -c "bundle install"
82
83
# Install Google Chrome
84
RUN sudo apt-get update && sudo apt-get install -y libxss1 && sudo rm -rf /var/lib/atp/lists/*
85
-RUN wget https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_114.0.5735.198-1_amd64.deb && \
+RUN wget https://mirror.cs.uchicago.edu/google-chrome/pool/main/g/google-chrome-stable/google-chrome-stable_114.0.5735.198-1_amd64.deb && \
86
sudo apt-get install -y ./google-chrome-stable_114.0.5735.198-1_amd64.deb
87
88
# Install Chromedriver (compatable with Google Chrome version)
0 commit comments