[PR #83] clean up Dockerfile #89

Open
opened 2026-03-02 16:48:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/initialcommit-com/git-sim/pull/83
Author: @paketb0te
Created: 4/10/2023
Status: 🔄 Open

Base: devHead: clean_dockerfile


📝 Commits (1)

📊 Changes

1 file changed (+12 additions, -6 deletions)

View changed files

📝 Dockerfile (+12 -6)

📄 Description

I saw that the Dockerfile installs git-sim from pip (RUN pip3 install git-sim), I think it makes more sense to copy the code and install it directly - hence this PR :)

While at it, I also removed some packages that are not required (python3-dev, and setting --no-install-recommends).

The syntax for calling git-sim in Docker does not change (-> no changes to README.md).


🔄 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/initialcommit-com/git-sim/pull/83 **Author:** [@paketb0te](https://github.com/paketb0te) **Created:** 4/10/2023 **Status:** 🔄 Open **Base:** `dev` ← **Head:** `clean_dockerfile` --- ### 📝 Commits (1) - [`aea4f9b`](https://github.com/initialcommit-com/git-sim/commit/aea4f9b160c0b666a78a5afa674b0849b0469056) clean up Dockerfile ### 📊 Changes **1 file changed** (+12 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+12 -6) </details> ### 📄 Description I saw that the Dockerfile installs git-sim from pip (`RUN pip3 install git-sim`), I think it makes more sense to copy the code and install it directly - hence this PR :) While at it, I also removed some packages that are not required (`python3-dev`, and setting `--no-install-recommends`). The syntax for calling git-sim in Docker does not change (-> no changes to README.md). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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/git-sim#89
No description provided.