Skip to content

Commit

Permalink
Install mcrypt via pecl
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Sep 5, 2018
1 parent 1fdf9b6 commit 2cc73b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
- checkout
- run: |
sudo apt-get install -y libmcrypt-dev
sudo docker-php-ext-install mcrypt
sudo pecl config-set php_ini "${PHP_INI_DIR}/php.ini"
sudo pecl install channel://pecl.php.net/mcrypt-1.0.1
sudo ocker-php-ext-enable mcrypt
- run: echo -e "[Date]\ndate.timezone = UTC" | sudo tee /usr/local/etc/php/php.ini > /dev/null
- run: echo $(openssl rand -hex 8) > /tmp/WORDPRESS_ADMIN_PASSWORD
- run: |
Expand Down

0 comments on commit 2cc73b0

Please sign in to comment.