From 3215ab49042e0f4b997420fb1d9344856e5559ad Mon Sep 17 00:00:00 2001 From: Tetsuya Shinone Date: Wed, 23 Sep 2020 19:31:20 +0900 Subject: [PATCH] Update Dockerfile --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7921885..be4237e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 []