[PR #1987] [MERGED] fix: docker node-gyp python not found #3597

Closed
opened 2026-03-17 01:11:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1987
Author: @lokesh1729
Created: 11/30/2021
Status: Merged
Merged: 12/3/2021
Merged by: @liyasthomas

Base: mainHead: docker_fix


📝 Commits (3)

  • ce47580 Fixed issue with docker node-gyp python not found
  • 84320ca Merge branch 'main' into docker_fix
  • ba83e5f chore: lint

📊 Changes

1 file changed (+4 additions, -2 deletions)

View changed files

📝 Dockerfile (+4 -2)

📄 Description

Docker alpine images generally do not come with python dependencies.
We need to add manually because python is required by node-gyp.

Ref - https://github.com/nodejs/docker-node/issues/282

https://github.com/nodejs/node-gyp#on-unix


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/1987 **Author:** [@lokesh1729](https://github.com/lokesh1729) **Created:** 11/30/2021 **Status:** ✅ Merged **Merged:** 12/3/2021 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `main` ← **Head:** `docker_fix` --- ### 📝 Commits (3) - [`ce47580`](https://github.com/hoppscotch/hoppscotch/commit/ce47580d809b387021be24ab083e4cd7eeeb8030) Fixed issue with docker node-gyp python not found - [`84320ca`](https://github.com/hoppscotch/hoppscotch/commit/84320ca3259273e4c189da69046036dd769c512b) Merge branch 'main' into docker_fix - [`ba83e5f`](https://github.com/hoppscotch/hoppscotch/commit/ba83e5f7234c7897480c820f1118f5f805dbc002) chore: lint ### 📊 Changes **1 file changed** (+4 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+4 -2) </details> ### 📄 Description Docker alpine images generally do not come with python dependencies. We need to add manually because python is required by node-gyp. Ref - https://github.com/nodejs/docker-node/issues/282 https://github.com/nodejs/node-gyp#on-unix --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:11:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3597
No description provided.