Commit 19ddf3a5 by Brian Beggs Committed by GitHub

Merge pull request #3662 from edx/bbeggs/go-agent-pip3

Install pip3 on go-agents
parents b85cf377 7eb519e5
...@@ -35,7 +35,8 @@ RUN apt-get update && apt-get install -y -q \ ...@@ -35,7 +35,8 @@ RUN apt-get update && apt-get install -y -q \
python-dev \ python-dev \
python-distribute \ python-distribute \
python-pip \ python-pip \
libmysqlclient-dev libmysqlclient-dev \
python3-pip
# Install php # Install php
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment