Camelot reading

This commit is contained in:
2021-11-02 15:37:36 -03:00
parent 5ee267568a
commit 0c44554375
18 changed files with 121 additions and 22 deletions

View File

@ -1,8 +1,8 @@
FROM php:8-fpm
RUN apt-get update -y && apt-get install -y git
RUN apt-get update -y && apt-get install -y git libzip-dev zip
RUN docker-php-ext-install pdo pdo_mysql
RUN docker-php-ext-install pdo pdo_mysql zip
COPY --from=composer /usr/bin/composer /usr/bin/composer