build: 分开镜像

This commit is contained in:
liqiang-fit2cloud 2024-03-15 19:00:05 +08:00
parent 29afb0d42b
commit 863f0a65a4

View File

@ -152,7 +152,7 @@ RUN set -eux; \
\
savedAptMark="$(apt-mark showmanual)"; \
apt-get update; \
apt-get install -y --no-install-recommends wget; \
apt-get install -y --no-install-recommends wget vim; \
\
wget -O get-pip.py "$PYTHON_GET_PIP_URL"; \
echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; \