Added "node-gyp" dependency to resolve docker image build

Signed-off-by: Florian JUDITH <florian.judith.b@gmail.com>
This commit is contained in:
Florian JUDITH
2023-10-24 06:30:54 -04:00
parent 46c3cf223d
commit 0f29f1c516
@@ -39,7 +39,8 @@
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"pg": "^8.3.0",
"winston": "^3.2.1"
"winston": "^3.2.1",
"node-gyp": "^9.0.0"
},
"devDependencies": {
"@backstage/cli": "^{{version '@backstage/cli'}}",