Fossil SCM
Whitespace fix in previous
Commit
f8bec8f74c3f4b81c904bd6f990a962ecb2ee0508db2afc78f159e20d20e5a9c
Parent
40e537e94dac80c…
1 file changed
+2
-2
+2
-2
| --- www/containers.md | ||
| +++ www/containers.md | ||
| @@ -460,12 +460,12 @@ | ||
| 460 | 460 | equally stripped-down versions of `awk` and `sed`.) |
| 461 | 461 | |
| 462 | 462 | Let’s say the extension is written in Python. Because this is one of the |
| 463 | 463 | most popular programming languages in the world, we have many options |
| 464 | 464 | for achieving this. For instance, there is a whole class of |
| 465 | -“[distroless]” images that will do this efficiently by changing “`STAGE | |
| 466 | -2`” in the `Dockefile` to this: | |
| 465 | +“[distroless]” images that will do this efficiently by changing | |
| 466 | +“`STAGE 2`” in the `Dockefile` to this: | |
| 467 | 467 | |
| 468 | 468 | ``` |
| 469 | 469 | ## --------------------------------------------------------------------- |
| 470 | 470 | ## STAGE 2: Pare that back to the bare essentials, plus Python. |
| 471 | 471 | ## --------------------------------------------------------------------- |
| 472 | 472 |
| --- www/containers.md | |
| +++ www/containers.md | |
| @@ -460,12 +460,12 @@ | |
| 460 | equally stripped-down versions of `awk` and `sed`.) |
| 461 | |
| 462 | Let’s say the extension is written in Python. Because this is one of the |
| 463 | most popular programming languages in the world, we have many options |
| 464 | for achieving this. For instance, there is a whole class of |
| 465 | “[distroless]” images that will do this efficiently by changing “`STAGE |
| 466 | 2`” in the `Dockefile` to this: |
| 467 | |
| 468 | ``` |
| 469 | ## --------------------------------------------------------------------- |
| 470 | ## STAGE 2: Pare that back to the bare essentials, plus Python. |
| 471 | ## --------------------------------------------------------------------- |
| 472 |
| --- www/containers.md | |
| +++ www/containers.md | |
| @@ -460,12 +460,12 @@ | |
| 460 | equally stripped-down versions of `awk` and `sed`.) |
| 461 | |
| 462 | Let’s say the extension is written in Python. Because this is one of the |
| 463 | most popular programming languages in the world, we have many options |
| 464 | for achieving this. For instance, there is a whole class of |
| 465 | “[distroless]” images that will do this efficiently by changing |
| 466 | “`STAGE 2`” in the `Dockefile` to this: |
| 467 | |
| 468 | ``` |
| 469 | ## --------------------------------------------------------------------- |
| 470 | ## STAGE 2: Pare that back to the bare essentials, plus Python. |
| 471 | ## --------------------------------------------------------------------- |
| 472 |