mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
[PR #50] [MERGED] Reduce number of layers in Dockerfile #682
Reference in New Issue
Block a user
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.