We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent affc7a5 commit f9b9b7fCopy full SHA for f9b9b7f
README.md
@@ -396,18 +396,6 @@ To run the image in a container:
396
docker run --rm --interactive --tty fact 5
397
```
398
399
-> [!NOTE]
400
-> If you need to install Poetry on Alpine Linux, see the pre-built
401
-> [`poetry` package](https://pkgs.alpinelinux.org/packages?name=poetry&branch=edge) for that
402
-> platform rather than running `pip install poetry`. This avoids needing to build Poetry
403
-> dependencies from source.
404
->
405
-> ```Dockerfile
406
-> FROM alpine:latest
407
408
-> RUN apk add --no-cache poetry
409
-> ```
410
-
411
# Miscellaneous
412
413
## Shebang Line
0 commit comments