diff --git a/templates/plugin-circle.mustache b/templates/plugin-circle.mustache index 3ed6a7816..ed2b5748f 100644 --- a/templates/plugin-circle.mustache +++ b/templates/plugin-circle.mustache @@ -23,7 +23,7 @@ job-references: name: "Install Dependencies" command: | sudo apt-get update && sudo apt-get install subversion - sudo docker-php-ext-install mysqli + sudo -E docker-php-ext-install mysqli sudo sh -c "printf '\ndeb http://ftp.us.debian.org/debian sid main\n' >> /etc/apt/sources.list" sudo apt-get update && sudo apt-get install mysql-client-5.7