build: 分开镜像
This commit is contained in:
parent
29afb0d42b
commit
863f0a65a4
@ -152,7 +152,7 @@ RUN set -eux; \
|
|||||||
\
|
\
|
||||||
savedAptMark="$(apt-mark showmanual)"; \
|
savedAptMark="$(apt-mark showmanual)"; \
|
||||||
apt-get update; \
|
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"; \
|
wget -O get-pip.py "$PYTHON_GET_PIP_URL"; \
|
||||||
echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; \
|
echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user