Skip to content

Commit 5add978

Browse files
authored
Merge pull request #1180 from Romaixn/patch-1
fix(doctrine): adding quote to prevent word splitting in Dockerfile
2 parents d2adcf9 + ab741d4 commit 5add978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/doctrine-bundle/2.8/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dockerfile": [
1818
"RUN apk add --no-cache --virtual .pgsql-deps postgresql-dev; \\",
19-
"\tdocker-php-ext-install -j$(nproc) pdo_pgsql; \\",
19+
"\tdocker-php-ext-install -j\"$(nproc)\" pdo_pgsql; \\",
2020
"\tapk add --no-cache --virtual .pgsql-rundeps so:libpq.so.5; \\",
2121
"\tapk del .pgsql-deps"
2222
],

0 commit comments

Comments
 (0)