Skip to content

Commit

Permalink
subdomain change
Browse files Browse the repository at this point in the history
  • Loading branch information
auslin-aot committed Sep 1, 2023
1 parent fcc4116 commit eef8221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forms-flow-documents/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ RUN apt-get update \

# Install Chrome WebDriver - version 116.0.5845.96
RUN mkdir -p /opt/chromedriver && \
curl -sS -o /tmp/chromedriver_linux64.zip https://d3nrunty6xywgz.cloudfront.net/chromedriver-linux64.zip && \
curl -sS -o /tmp/chromedriver_linux64.zip https://formsflow-documentsapi.aot-technologies.com/chromedriver-linux64.zip && \
unzip -qq /tmp/chromedriver_linux64.zip -d /opt/chromedriver && \
rm /tmp/chromedriver_linux64.zip && \
chmod +x /opt/chromedriver/chromedriver-linux64/chromedriver && \
ln -fs /opt/chromedriver/chromedriver-linux64/chromedriver /usr/local/bin/chromedriver

# Install Google Chrome
RUN wget --no-verbose -O /tmp/chrome.deb https://d3nrunty6xywgz.cloudfront.net/google-chrome-stable_116.0.5845.140-1_amd64.deb &&\
RUN wget --no-verbose -O /tmp/chrome.deb https://formsflow-documentsapi.aot-technologies.com/google-chrome-stable_116.0.5845.140-1_amd64.deb &&\
apt-get update && \
apt install -y /tmp/chrome.deb &&\
rm /tmp/chrome.deb
Expand Down

0 comments on commit eef8221

Please sign in to comment.