From 4b3e495f216e2dc888927e7f8cd17de5f187c039 Mon Sep 17 00:00:00 2001 From: Xtao_dada Date: Sat, 17 Apr 2021 21:03:29 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Fix=20docker=20automatic=20updat?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b2aaf7f..195f433 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ RUN source ~/.bashrc \ && apt install --no-install-recommends -y \ software-properties-common \ build-essential \ + sudo \ python3 \ python3-dev \ python3-pip \