From dafdd29d020f2a95631b2f813d334e9990a10a66 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Sun, 8 Sep 2019 15:55:50 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 959c065..36f1910 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,8 @@ RUN apt update \ wget \ time \ python \ + python3 \ + python3-distutils \ file \ autoconf \ && rm -rf /var/lib/apt/lists/*