From e398d106b5f3acecfc9dab15bec44f1c1f416a2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1lfi=20Gell=C3=A9rt?= <69762257+GellertPalfi@users.noreply.github.com> Date: Fri, 29 Dec 2023 20:31:27 +0100 Subject: [PATCH] Update section-4.md --- docs/part-3/section-4.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/part-3/section-4.md b/docs/part-3/section-4.md index 5d795707..2c27cba3 100644 --- a/docs/part-3/section-4.md +++ b/docs/part-3/section-4.md @@ -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. @@ -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`.