Skip to content

Commit

Permalink
fix: doctrine bundle dockerfile run command
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent committed Dec 10, 2023
1 parent 1ed8492 commit 3c8f870
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 3c8f870

Please sign in to comment.