Issue 2 fix, possible lack of PDO libraries
This commit is contained in:
parent
3014687e82
commit
23fe4c84df
|
@ -11,7 +11,7 @@ RUN apk --update add ca-certificates
|
||||||
#RUN echo "https://dl.bintray.com/php-alpine/v3.11/php-7.4" >> /etc/apk/repositories
|
#RUN echo "https://dl.bintray.com/php-alpine/v3.11/php-7.4" >> /etc/apk/repositories
|
||||||
|
|
||||||
# Install packages
|
# Install packages
|
||||||
RUN apk --no-cache add php82 php82-fpm php82-opcache php82-openssl php82-curl \
|
RUN apk --no-cache add php82 php82-fpm php82-opcache php82-openssl php82-curl php82-pdo php82-pdo_mysql\
|
||||||
nginx supervisor curl unzip
|
nginx supervisor curl unzip
|
||||||
|
|
||||||
# https://github.com/codecasts/php-alpine/issues/21
|
# https://github.com/codecasts/php-alpine/issues/21
|
||||||
|
|
Loading…
Reference in New Issue