From f010e112065e9edf072ad7255f73bfcce399eee3 Mon Sep 17 00:00:00 2001 From: aazhou Date: Thu, 8 Jun 2023 23:24:36 +0800 Subject: [PATCH] 2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5790fba..8621d38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.8-slim ENV PYTHONIOENCODING=utf-8 ENV TIME_ZONE Asia/Shanghai -RUN sudo apt-get -y install gcc build-essential +RUN apt-get -y install gcc build-essential RUN wget -O inst_conda.sh "https://repo.anaconda.com/archive/Anaconda3-2020.11-Linux-x86_64.sh" \ && /bin/bash inst_conda.sh -b \ && rm inst_conda.sh \