Skip to content

Commit

Permalink
Merge pull request #242 from GellertPalfi/patch-1
Browse files Browse the repository at this point in the history
Update section-4.md
  • Loading branch information
mluukkai authored Dec 31, 2023
2 parents cec83ad + e398d10 commit 04762dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/part-3/section-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ USER appuser
ENTRYPOINT ["/usr/local/bin/youtube-dl"]
```

**133MB**
**131MB**

There is not that much difference, the image with less layers is 2 MB smaller.

Expand Down Expand Up @@ -129,7 +129,7 @@ USER userapp
ENTRYPOINT ["/usr/local/bin/youtube-dl"]
```

**51.7B**
**51.7MB**

Notes:
- The package manager is `apk` and it can work without downloading sources (caches) first with `--no-cache`.
Expand Down

0 comments on commit 04762dd

Please sign in to comment.