feat: test

This commit is contained in:
mol
2024-01-26 05:08:34 +00:00
parent 848e7b147f
commit 6bc389daa7

View File

@ -46,10 +46,9 @@ RUN export http_proxy=${PROXY} && \
# 安装 python 环境
RUN export http_proxy=${PROXY} && \
export https_proxy=${PROXY} && \
apt update && \
apt install -y software-properties-common && \
add-apt-repository -y ppa:deadsnakes/ppa && \
apt install -y python3.8
apt-get update && \
apt-get install --no-install-recommends -y python3.9 python3.9-dev python3.9-venv python3-pip python3-wheel build-essential && \
apt-get clean
# 安装 docker 环境
RUN export http_proxy=${PROXY} && \