Skip to content

Commit

Permalink
Add font package
Browse files Browse the repository at this point in the history
  • Loading branch information
semnil committed Jul 3, 2020
1 parent f07b446 commit 819727c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM hashicorp/terraform:0.12.21

RUN apk update && apk add \
ca-certificates \
font-noto \
graphviz \
python3
RUN pip3 install tfdiagrams
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Write output to file outfile.
**-e***keyword,comma,separated*
Exclude keywords separated by commas

## Usage (docker)
## Usage (docker):
```bash
docker run --rm -it \
--workdir=/app \
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tfdiagrams"
version = "0.1.3"
version = "0.1.4"
description = ""
authors = ["Tetsuya Shinone <info@semnil.com>"]

Expand Down

0 comments on commit 819727c

Please sign in to comment.