Skip to content

Commit

Permalink
maria-db in WP 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Buburoi committed Mar 24, 2023
1 parent 92ab0c3 commit b4f2fed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions php/8.2-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RUN apt-get update \
libxpm-dev \
libxslt1-dev \
libzip-dev \
mariadb-client \
wget \
zip \
zlib1g-dev \
Expand Down
2 changes: 1 addition & 1 deletion wordpress/6-apache/artifakt_scripts/install_wordpress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ chown -R www-data:www-data $ROOT_PATH
chmod -R 755 $ROOT_PATH
### Finally remove wp-config-sample.php
if [ -f "$ROOT_PATH/wp-config-sample.php" ];then
rm $ROOT_PATH/wp-config-sample.php
rm $ROOT_PATH/wp-config-sample.php
fi

0 comments on commit b4f2fed

Please sign in to comment.