2509ac3 Merge 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.
## 📋 Pull Request Information
**Original PR:** https://github.com/sickcodes/Docker-OSX/pull/50
**Author:** [@tlierdotfr](https://github.com/tlierdotfr)
**Created:** 6/18/2020
**Status:** ✅ Merged
**Merged:** 6/18/2020
**Merged by:** [@sickcodes](https://github.com/sickcodes)
**Base:** `master` ← **Head:** `master`
---
### 📝 Commits (3)
- [`89123ea`](https://github.com/sickcodes/Docker-OSX/commit/89123ea5217f9e524908b3a4b0a04472e41f6133) Reduce number of layers by grouping some of RUN commands
- [`cf27ba1`](https://github.com/sickcodes/Docker-OSX/commit/cf27ba15a34c481145acbba3e7ac1d9f1911ae34) Correct empty continuation line
- [`2509ac3`](https://github.com/sickcodes/Docker-OSX/commit/2509ac3d1b8ce2ab20a7a85bfe7e6e5c48bd58d2) Merge pull request #1 from tlierdotfr/reduce_layers
### 📊 Changes
**1 file changed** (+53 additions, -53 deletions)
<details>
<summary>View changed files</summary>
📝 `Dockerfile` (+53 -53)
</details>
### 📄 Description
This PR regroup some of RUN commands into one in order to reduce the number of layers of the Dockerfile.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.