更新 Dockerfile
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
mol
2024-02-24 00:15:18 +00:00
parent 95f2347067
commit b810cb1dd2

View File

@ -61,7 +61,7 @@ RUN echo "安装 python 环境" && \
apt update && \
apt install -y software-properties-common && \
add-apt-repository -y ppa:deadsnakes/ppa && \
apt install -y python3.8
apt install -y python3
# python3.8-dev python3.8-venv python3-pip python3-wheel
# 安装 docker 环境