Skip to content

Commit 3c8f870

Browse files
author
laurent
committed
fix: doctrine bundle dockerfile run command
1 parent 1ed8492 commit 3c8f870

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doctrine/doctrine-bundle/2.10/manifest.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@
1616
"DATABASE_URL": "postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=15&charset=utf8"
1717
},
1818
"dockerfile": [
19-
"RUN apk add --no-cache --virtual .pgsql-deps postgresql-dev; \\",
20-
"\tdocker-php-ext-install -j\"$(nproc)\" pdo_pgsql; \\",
21-
"\tapk add --no-cache --virtual .pgsql-rundeps so:libpq.so.5; \\",
22-
"\tapk del .pgsql-deps"
19+
"RUN install-php-extensions pdo_pgsql"
2320
],
2421
"docker-compose": {
2522
"docker-compose.yml": {

0 commit comments

Comments
 (0)