Skip to content

Commit ab741d4

Browse files
authored
fix: adding quote to prevent word splitting
Based on hadolint docker, adding quote to $(nproc) to prevent word splitting
1 parent d2adcf9 commit ab741d4

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)