Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
semnil authored Sep 23, 2020
1 parent d0d786c commit 3215ab4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ RUN apk update && apk add \
ca-certificates \
font-noto \
graphviz \
python3
RUN pip install tfdiagrams
python3 \
py3-pip
RUN pip3 install tfdiagrams

ENTRYPOINT []

0 comments on commit 3215ab4

Please sign in to comment.