Files
backstage/contrib
Andrew Basson 3ec45a86e4 fix(docker): add deps for @vscode/sqlite3
The change to using @vscode/sqlite3 broke our deployment builds.
Adding the required build tool `g++` and linking `python` to the python3 executable.

```shell
make: Entering directory '/builds/.../node_modules/@vscode/sqlite3/build'
  ACTION deps_sqlite3_gyp_action_before_build_target_unpack_sqlite_dep Release/obj/gen/sqlite-autoconf-3360000/sqlite3.c
/bin/sh: python: not found
```

Technically, the python path can be added to `.nmprc`, but added it to the docker file instead.

Signed-off-by: Andrew Basson <andrew.basson@gmail.com>
2022-02-14 11:53:13 +01:00
..
2022-02-10 10:36:45 +01:00
2022-01-31 07:11:45 -06:00

Backstage Contrib

This directory contains various community contributions related to Backstage.

Unless otherwise specified, all content in this hierarchy fall under the same licensing terms as in the rest of the repository, and come with no guarantees of functionality or fitness of purpose. That being said, we really appreciate contributions in here and encourage them being kept up to date.