Add Dockerfile for using a php image
This commit is contained in:
parent
b733893d92
commit
a24db6b74e
|
@ -0,0 +1,5 @@
|
|||
FROM php:8.0
|
||||
|
||||
RUN apt-get update && apt-get install libpq-dev -y
|
||||
RUN docker-php-ext-install pgsql
|
||||
RUN pecl install redis && docker-php-ext-enable redis
|
Loading…
Reference in New Issue