Skip to content

Commit ab3aa7b

Browse files
crazy-maxtianon
andauthored
Update apt-get clean link
Co-authored-by: Tianon Gravi <[email protected]>
1 parent 1fe55f9 commit ab3aa7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/build/building/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ reduces the image size, since the apt cache isn't stored in a layer. Since the
442442
`RUN` statement starts with `apt-get update`, the package cache is always
443443
refreshed prior to `apt-get install`.
444444

445-
Official Debian and Ubuntu images [automatically run `apt-get clean`](https://git.launchpad.net/livecd-rootfs/tree/live-build/functions#n1003), so explicit invocation is not required.
445+
Official Debian and Ubuntu images [automatically run `apt-get clean`](https://github.com/debuerreotype/debuerreotype/blob/c9542ab785e72696eb2908a6dbc9220abbabef39/scripts/debuerreotype-minimizing-config#L87-L109), so explicit invocation is not required.
446446

447447
#### Using pipes
448448

0 commit comments

Comments
 (0)