fix wrong spelling

This commit is contained in:
KUI\ahkui 2018-05-20 19:22:30 +08:00
parent b2c09f6b15
commit d08177d2c2

View File

@ -641,8 +641,8 @@ ARG INSTALL_PYTHON=false
RUN if [ ${INSTALL_PYTHON} = true ]; then \
apt-get -y install python python-pip python-dev build-essential \
&& pythom -m pip install --upgrade pip \
&& pythom -m pip install --upgrade virtualenv \
&& python -m pip install --upgrade pip \
&& python -m pip install --upgrade virtualenv \
;fi
###########################################################################