Skip to content

Commit

Permalink
Add required pdo to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mcg-web committed Jun 2, 2019
1 parent d9c3f40 commit 1e6f7b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN set -eu; \
php7-xml \
php7-xmlwriter \
php7-dom \
php7-pdo \
;

COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
Expand Down

0 comments on commit 1e6f7b5

Please sign in to comment.