Commit 7eb519e5 by Brian Beggs

Install pip3 on go-agents

parent b85cf377
......@@ -35,7 +35,8 @@ RUN apt-get update && apt-get install -y -q \
python-dev \
python-distribute \
python-pip \
libmysqlclient-dev
libmysqlclient-dev \
python3-pip
# Install php
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