Skip to content

Commit d08177d

Browse files
committed
fix wrong spelling
1 parent b2c09f6 commit d08177d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

workspace/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -641,8 +641,8 @@ ARG INSTALL_PYTHON=false
641641

642642
RUN if [ ${INSTALL_PYTHON} = true ]; then \
643643
apt-get -y install python python-pip python-dev build-essential \
644-
&& pythom -m pip install --upgrade pip \
645-
&& pythom -m pip install --upgrade virtualenv \
644+
&& python -m pip install --upgrade pip \
645+
&& python -m pip install --upgrade virtualenv \
646646
;fi
647647

648648
###########################################################################

0 commit comments

Comments
 (0)