diff --git a/Dockerfile b/Dockerfile index c412e1b4..52f52cde 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN apt-get update && \ curl libssl-dev \ git \ git-lfs \ - unzip upx-ucl && \ + unzip upx-ucl python3 && \ apt-get clean && \ rm -rf /var/lib/apt/lists/*