Skip to content

Commit

Permalink
Merge pull request #143 from katalon-studio/TES-1876
Browse files Browse the repository at this point in the history
[TES-1876] Add wrap_chrome_binary.sh to upgrade_environment
  • Loading branch information
quidl authored Sep 25, 2023
2 parents 9460dff + dc08674 commit 3078113
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ COPY --from=build /katalon/bin/cli-linux-x64 *.sh ./

# Copy script files and setup
WORKDIR $KATALON_SCRIPT_DIR
# COPY ./docker/scripts/wrap_chrome_binary.sh wrap_chrome_binary.sh
COPY ./docker/scripts/wrap_chrome_binary.sh wrap_chrome_binary.sh
# COPY ./docker/scripts/setup_environment.sh setup_environment.sh
COPY ./docker/scripts/upgrade_environment.sh upgrade_environment.sh
COPY ./docker/scripts/setup_agent.sh setup_agent.sh
Expand Down
3 changes: 2 additions & 1 deletion docker/scripts/upgrade_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ chrome_package='google-chrome-stable_current_amd64.deb'
wget -O $chrome_package https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
dpkg -i $chrome_package || apt -y -f install
rm $chrome_package
echo "$(google-chrome --version)" >> $KATALON_VERSION_FILE || true
./wrap_chrome_binary.sh
echo "$(google-chrome --version)" >> $KATALON_VERSION_FILE || true

0 comments on commit 3078113

Please sign in to comment.