Skip to content

Commit

Permalink
Added ansi2html for GitHub PR and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophShyper committed Mar 5, 2021
1 parent c4bd782 commit 58e6e8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN apk update --no-cache ;\
# Python packages
SHELL ["/bin/bash", "-euxo", "pipefail", "-c"]
RUN pip3 install --no-cache-dir \
ansi2html \
cloudflare \
ply \
pyhcl \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ docker run --rm \

| Name | Type | Description | Source/Documentation |
| ---------- | -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- |
| ansi2html | Python library | For making formatted content for GitHub. | https://github.com/pycontribs/ansi2html |
| bash | Binary | For color output from `terraform` and`terragrunt`. Assures also access to some builtins. | https://www.gnu.org/software/bash/ |
| bc | Binary | For numeric operations. | https://www.gnu.org/software/bc/bc.html |
| cloudflare | Python library | For Cloudflare API operations | https://github.com/cloudflare/python-cloudflare |
Expand Down

0 comments on commit 58e6e8a

Please sign in to comment.