Skip to content

Commit

Permalink
Merge pull request hitachienergy#12 from Mincom/jerald/update_ca_pack…
Browse files Browse the repository at this point in the history
…ages_1.3

update CA packages in custom epiphany 1.3.0 image
  • Loading branch information
jerald-sirmans authored Feb 27, 2023
2 parents dac65c6 + b52381b commit b20f401
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ fi

check_connection apt $apt_sources_list

# Ensure ca-certificates package is in the latest version
run_cmd_with_retries 3 apt-get install -y ca-certificates

# install prerequisites which might be missing
prerequisites=(wget gpg curl tar)
for i in ${prerequisites[@]}; do
Expand Down

0 comments on commit b20f401

Please sign in to comment.