Skip to content
Snippets Groups Projects
Commit ed80803b authored by BARBIER Jean-Matthieu's avatar BARBIER Jean-Matthieu
Browse files

build(cloud9): remove ikpdb for python3 (no build)

parent e8c2fbf1
Branches master
Tags v0.0.1
No related merge requests found
......@@ -15,7 +15,7 @@ RUN apt-get install -y \
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash -
RUN apt-get install -y nodejs python python3 python-virtualenv python-dev python3-dev python-pip python3-pip tmux
RUN pip install ikpdb bottle pyyaml pillow
RUN pip3 install ikpdb bottle pyyaml pillow
RUN pip3 install bottle pyyaml pillow
# Install c9 SDK
RUN git clone git://github.com/c9/core.git c9sdk; cd /c9sdk; git checkout master
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment