feat: test

This commit is contained in:
mol
2024-01-26 04:39:37 +00:00
parent 38afc66e46
commit 848e7b147f

View File

@ -48,7 +48,7 @@ RUN export http_proxy=${PROXY} && \
export https_proxy=${PROXY} && \
apt update && \
apt install -y software-properties-common && \
add-apt-repository ppa:deadsnakes/ppa && \
add-apt-repository -y ppa:deadsnakes/ppa && \
apt install -y python3.8
# 安装 docker 环境