We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2c09f6 commit d08177dCopy full SHA for d08177d
1 file changed
workspace/Dockerfile
@@ -641,8 +641,8 @@ ARG INSTALL_PYTHON=false
641
642
RUN if [ ${INSTALL_PYTHON} = true ]; then \
643
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 \
+ && python -m pip install --upgrade pip \
+ && python -m pip install --upgrade virtualenv \
646
;fi
647
648
###########################################################################
0 commit comments