Commit Graph

12 Commits

Author SHA1 Message Date
Tianon Gravi 033320b278 Add "-f" to all "curl" invocations 2015-12-23 16:12:06 -08:00
Tianon Gravi 15798abb6c Update pip to 7.1.2 2015-08-24 10:06:41 -07:00
Tianon Gravi 46db56362d Update to pip 7.1.1 2015-08-21 08:57:00 -07:00
Tianon Gravi 5fc2d82f70 Update to pip 7.1.0 2015-07-01 14:21:36 -07:00
Tianon Gravi 89890623a0 Add "libreadline-dev" to fix readline module usage 2015-06-16 15:35:22 -07:00
yosifkit 6d962f44cb Merge pull request #50 from mattrobenolt/pip-caching
Skip pip's default caching behavior
2015-06-11 19:05:30 -07:00
Matt Robenolt 7663560df7 Skip pip's default caching behavior
This caching includes the file that was downloaded over http,
as well as this new wheel cache. Neither of which are valuable
and just add bloat into the resulting images. Similar to removing
the apt caches on disk at each layer. This also makes pip install's
a tiny bit faster since pip avoids trying to automatically create
wheels (which is fast itself, but again, unnecessary in this world).

See:
  - https://pip.pypa.io/en/latest/reference/pip_install.html#caching
  - https://pip.pypa.io/en/latest/reference/pip_install.html#wheel-cache
2015-06-08 23:13:13 -07:00
Tianon Gravi 82380dd56c Add libncurses-dev to slim buildDeps so that the curses module works 2015-06-08 12:07:44 -07:00
Tianon Gravi e622e82acf Reorganize slim buildDeps so they're easier to review diffs on 2015-06-08 12:06:57 -07:00
Tianon Gravi 38e00bb6ba Update to pip 7.0.3 2015-06-02 10:06:53 -07:00
Tianon Gravi 526ee08b34 Update to 2.7.10 and update pip to 7.0.1 2015-05-26 09:30:03 -07:00
Radek Simko 8ac0675e33 Add support for Python 3.2 2015-05-23 18:43:45 -07:00