mirror of
https://github.com/initialcommit-com/git-sim.git
synced 2026-04-26 19:15:51 +03:00
[PR #83] clean up Dockerfile #89
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/git-sim#89
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/initialcommit-com/git-sim/pull/83
Author: @paketb0te
Created: 4/10/2023
Status: 🔄 Open
Base:
dev← Head:clean_dockerfile📝 Commits (1)
aea4f9bclean up Dockerfile📊 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.