Skip to content

Commit

Permalink
Add ca-certificates by default
Browse files Browse the repository at this point in the history
  • Loading branch information
svpernova09 committed Oct 12, 2021
1 parent 2059bc7 commit 9f94a64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ apt-get upgrade -y
echo "LC_ALL=en_US.UTF-8" >> /etc/default/locale
locale-gen en_US.UTF-8

apt-get install -y software-properties-common curl gnupg debian-keyring debian-archive-keyring apt-transport-https
apt-get install -y software-properties-common curl gnupg debian-keyring debian-archive-keyring apt-transport-https \
ca-certificates

# Install Some PPAs
apt-add-repository ppa:ondrej/php -y
Expand Down

0 comments on commit 9f94a64

Please sign in to comment.