Commit aada1708 by Joseph Mulloy Committed by GitHub

Merge pull request #4030 from edx/jdmulloy/remove_redundant_update

Remove redundant apt-get update
parents 828d9868 21adb1a4
...@@ -424,7 +424,6 @@ pip install virtualenv=="$VIRTUAL_ENV_VERSION" ...@@ -424,7 +424,6 @@ pip install virtualenv=="$VIRTUAL_ENV_VERSION"
# python3 is required for certain other things # python3 is required for certain other things
# (currently xqwatcher so it can run python2 and 3 grader code, # (currently xqwatcher so it can run python2 and 3 grader code,
# but potentially more in the future). # but potentially more in the future).
/usr/bin/apt-get update
/usr/bin/apt-get install -y python3-pip python3-dev /usr/bin/apt-get install -y python3-pip python3-dev
# this is missing on 14.04 (base package on 12.04) # this is missing on 14.04 (base package on 12.04)
......
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