mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 08:35:48 +03:00
[PR #50] [MERGED] Reduce number of layers in Dockerfile #688
Labels
No labels
bug
documentation
enhancement
following upstream developments
good first issue
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Docker-OSX#688
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/sickcodes/Docker-OSX/pull/50
Author: @tlierdotfr
Created: 6/18/2020
Status: ✅ Merged
Merged: 6/18/2020
Merged by: @sickcodes
Base:
master← Head:master📝 Commits (3)
89123eaReduce number of layers by grouping some of RUN commandscf27ba1Correct empty continuation line2509ac3Merge pull request #1 from tlierdotfr/reduce_layers📊 Changes
1 file changed (+53 additions, -53 deletions)
View changed files
📝
Dockerfile(+53 -53)📄 Description
This PR regroup some of RUN commands into one in order to reduce the number of layers of the Dockerfile.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.