5b4dc0a Adjust spaces and empty lines in Dockerfile
📊 Changes
1 file changed (+21 additions, -22 deletions)
View changed files
📝Dockerfile (+21 -22)
📄 Description
Set the shell to bash is more proper for current instructions in the Dockerfile.
Removal of the unused packages save the size a lot.
$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
docker-osx newone 747ac72ebc3f 4 days ago 2.52GB
docker-osx oldone 81c8272d3156 4 days ago 3.28GB
Adjust the spaces/indents and empty lines in Dockefile
See the commit message for more details! (feel free to ping me if it's not enough)
🔄 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/121
**Author:** [@PeterDaveHello](https://github.com/PeterDaveHello)
**Created:** 1/4/2021
**Status:** ✅ Merged
**Merged:** 1/5/2021
**Merged by:** [@sickcodes](https://github.com/sickcodes)
**Base:** `master` ← **Head:** `ImproveDockerfile`
---
### 📝 Commits (3)
- [`c336071`](https://github.com/sickcodes/Docker-OSX/commit/c3360712c9d0e886dc7792cd149b4c360d6e1f64) Use bash in Dockerfile, here-strings(<<<) are undefined in POSIX sh
- [`e01ada4`](https://github.com/sickcodes/Docker-OSX/commit/e01ada40cd7bda0de58aa77f6aec7851f97e7333) Remove not used packages in Dockerfile
- [`5b4dc0a`](https://github.com/sickcodes/Docker-OSX/commit/5b4dc0a8927dacb5090c9f8a5875680f90761b68) Adjust spaces and empty lines in Dockerfile
### 📊 Changes
**1 file changed** (+21 additions, -22 deletions)
<details>
<summary>View changed files</summary>
📝 `Dockerfile` (+21 -22)
</details>
### 📄 Description
1. Set the shell to bash is more proper for current instructions in the Dockerfile.
2. Removal of the unused packages save the size a lot.
```
$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
docker-osx newone 747ac72ebc3f 4 days ago 2.52GB
docker-osx oldone 81c8272d3156 4 days ago 3.28GB
```
3. Adjust the spaces/indents and empty lines in Dockefile
See the commit message for more details! (feel free to ping me if it's not enough)
---
<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/121
Author: @PeterDaveHello
Created: 1/4/2021
Status: ✅ Merged
Merged: 1/5/2021
Merged by: @sickcodes
Base:
master← Head:ImproveDockerfile📝 Commits (3)
c336071Use bash in Dockerfile, here-strings(<<<) are undefined in POSIX she01ada4Remove not used packages in Dockerfile5b4dc0aAdjust spaces and empty lines in Dockerfile📊 Changes
1 file changed (+21 additions, -22 deletions)
View changed files
📝
Dockerfile(+21 -22)📄 Description
See the commit message for more details! (feel free to ping me if it's not enough)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.