Skip to content

Commit c42b917

Browse files
committed
Fixed line breaks again
1 parent 180281e commit c42b917

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/authoring.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Tools are packaged, stored and transported as container images but containerizat
1616
1. All files must be placed under `/uniget_bootstrap`
1717
1. The file requires a final target called `prepare`
1818
1. If you rely on an existing tool to package your tool, declare the respective container image first, e.g. `make`:
19+
1920
```Dockerfile
2021
FROM ghcr.io/uniget-org/tools/make:latest AS make
2122
```
@@ -29,6 +30,7 @@ Tools are packaged, stored and transported as container images but containerizat
2930
```
3031

3132
Also add these dependencies to the `build_dependencies` field in `manifest.yaml`
33+
3234
1. If you rely on an existing tool to execute your tool (e.g. `go` or `make`), add the dependencies to the `runtime_dependencies` field in `manifest.yaml`
3335
1. Examples for many scenarios are included in `@template/Dockerfile.template`
3436
1. Build the container image for your new tool: `make TOOL--debug`

0 commit comments

Comments
 (0)