Skip to content

Commit

Permalink
Merge pull request #1269 from LaurentSanson/main
Browse files Browse the repository at this point in the history
[Doctrine Bundle][2.10] Dockerfile : Same command as 2.9
  • Loading branch information
fabpot authored Dec 10, 2023
2 parents 0fcca50 + 3c8f870 commit f184471
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions doctrine/doctrine-bundle/2.10/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@
"DATABASE_URL": "postgresql://app:[email protected]:5432/app?serverVersion=15&charset=utf8"
},
"dockerfile": [
"RUN apk add --no-cache --virtual .pgsql-deps postgresql-dev; \\",
"\tdocker-php-ext-install -j\"$(nproc)\" pdo_pgsql; \\",
"\tapk add --no-cache --virtual .pgsql-rundeps so:libpq.so.5; \\",
"\tapk del .pgsql-deps"
"RUN install-php-extensions pdo_pgsql"
],
"docker-compose": {
"docker-compose.yml": {
Expand Down

0 comments on commit f184471

Please sign in to comment.