2
This commit is contained in:
parent
f010e11206
commit
253d2c95df
@ -1,7 +1,7 @@
|
|||||||
FROM python:3.8-slim
|
FROM python:3.8-slim
|
||||||
ENV PYTHONIOENCODING=utf-8
|
ENV PYTHONIOENCODING=utf-8
|
||||||
ENV TIME_ZONE Asia/Shanghai
|
ENV TIME_ZONE Asia/Shanghai
|
||||||
|
RUN sudo apt-get update
|
||||||
RUN 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" \
|
RUN wget -O inst_conda.sh "https://repo.anaconda.com/archive/Anaconda3-2020.11-Linux-x86_64.sh" \
|
||||||
&& /bin/bash inst_conda.sh -b \
|
&& /bin/bash inst_conda.sh -b \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user