[PR #50] [MERGED] Reduce number of layers in Dockerfile #682

Closed
opened 2025-12-29 01:24:37 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (3)

  • 89123ea Reduce number of layers by grouping some of RUN commands
  • cf27ba1 Correct empty continuation line
  • 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>
adam added the pull-request label 2025-12-29 01:24:37 +01:00
adam closed this issue 2025-12-29 01:24:37 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX#682