You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.
Following the README.md of the wordpress folder, it is said that for building apache with PHP to run Wordpress I have to build it like this docker build --rm -t <yourname>/wordpress .
however I get Step 4 : RUN dnf -y install httpd php php-mysql php-gd pwgen psmisc tar && dnf clean all ---> Running in 218aeba7f604 Last metadata expiration check: 0:00:18 ago on Wed Jan 18 15:17:21 2017. No package php-mysql available. Error: Unable to find a match. The command '/bin/sh -c dnf -y install httpd php php-mysql php-gd pwgen psmisc tar && dnf clean all' returned a non-zero code: 1
I believe that this php-mysql package is not available in Fedora 25 any more because when I execute dnf search php-mysql
I only get Last metadata expiration check: 1:36:47 ago on Wed Jan 18 23:02:38 2017. ======================================= N/S Matched: php-mysql ======================================== php-mysqlnd.x86_64 : A module for PHP applications that use MySQL databases
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Following the README.md of the wordpress folder, it is said that for building apache with PHP to run Wordpress I have to build it like this
docker build --rm -t <yourname>/wordpress .
however I get
Step 4 : RUN dnf -y install httpd php php-mysql php-gd pwgen psmisc tar && dnf clean all ---> Running in 218aeba7f604 Last metadata expiration check: 0:00:18 ago on Wed Jan 18 15:17:21 2017. No package php-mysql available. Error: Unable to find a match. The command '/bin/sh -c dnf -y install httpd php php-mysql php-gd pwgen psmisc tar && dnf clean all' returned a non-zero code: 1
I believe that this php-mysql package is not available in Fedora 25 any more because when I execute
dnf search php-mysql
I only get
Last metadata expiration check: 1:36:47 ago on Wed Jan 18 23:02:38 2017. ======================================= N/S Matched: php-mysql ======================================== php-mysqlnd.x86_64 : A module for PHP applications that use MySQL databases
The text was updated successfully, but these errors were encountered: