git.99rst.org
/
roundcube-roundcubemail-docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
a194c2c
)
pdo is already included in the base image
author
J0WI
<redacted>
Sun, 3 Jun 2018 16:11:04 +0000
(18:11 +0200)
committer
J0WI
<redacted>
Mon, 4 Jun 2018 21:19:57 +0000
(23:19 +0200)
php-apache/Dockerfile
patch
|
blob
|
history
php-fpm/Dockerfile
patch
|
blob
|
history
diff --git
a/php-apache/Dockerfile
b/php-apache/Dockerfile
index 835bc769fbad33a1e53445ede62ae06a3c050956..dc1e426fd5f4911ea68f0c7b86633c2eef1f1c63 100644
(file)
--- a/
php-apache/Dockerfile
+++ b/
php-apache/Dockerfile
@@
-25,7
+25,6
@@
RUN set -ex; \
gd \
intl \
ldap \
- pdo \
pdo_mysql \
pdo_pgsql \
pdo_sqlite \
diff --git
a/php-fpm/Dockerfile
b/php-fpm/Dockerfile
index 8eacce8d72cfa98c0e6a3da4f2e7766645591466..2d08142e1ae5c6a203b2ffaa628f7a2753be11c4 100644
(file)
--- a/
php-fpm/Dockerfile
+++ b/
php-fpm/Dockerfile
@@
-25,7
+25,6
@@
RUN set -ex; \
gd \
intl \
ldap \
- pdo \
pdo_mysql \
pdo_pgsql \
pdo_sqlite \
git clone https://git.99rst.org/PROJECT