Skip to content

Commit

Permalink
Merge pull request #280 from TykTechnologies/backstage-image-python-fix
Browse files Browse the repository at this point in the history
install python into image, so node-gyp can use it
  • Loading branch information
davegarvey authored Oct 1, 2024
2 parents 324e070 + 38e6291 commit 8db54b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployments/portal-backstage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ ARG BACKSTAGE_NPM_TOKEN
RUN apt-get update && apt-get install -y \
git \
curl \
build-essential
build-essential \
python3

# Install the create-app package first
RUN npm install -g @backstage/[email protected]
Expand Down

0 comments on commit 8db54b5

Please sign in to comment.