This is an automated email from the ASF dual-hosted git repository.
silver pushed a commit to branch cpp-contribute-docs
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/cpp-contribute-docs by this
push:
new f637902d1 fix poes_create.sh php binding
f637902d1 is described below
commit f637902d168619f9395a4970d8249acf0be46d30
Author: silver-ymz <[email protected]>
AuthorDate: Thu Aug 31 14:04:14 2023 +0800
fix poes_create.sh php binding
Signed-off-by: silver-ymz <[email protected]>
---
.devcontainer/post_create.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.devcontainer/post_create.sh b/.devcontainer/post_create.sh
index 8faedbf5f..8fd9df94b 100644
--- a/.devcontainer/post_create.sh
+++ b/.devcontainer/post_create.sh
@@ -55,7 +55,7 @@ sudo apt install -y ghc cabal-install
cabal update
# Setup for PHP binding
-sudo apt install software-properties-common
+sudo apt install -y software-properties-common
echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" | sudo tee
/etc/apt/sources.list.d/sury-php.list
wget -qO - https://packages.sury.org/php/apt.gpg | sudo apt-key add -
sudo apt update -y