Commit Graph

20 Commits

Author SHA1 Message Date
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
Joe Ferguson 0255766eee Run update.sh: pip bump 7.0.0 2015-05-22 16:21:25 -07:00
Tianon Gravi 12105a2a8c Install explicit version of "pip" 2015-05-19 10:30:21 -07:00
Tianon Gravi 3575b03cc3 Reorganize Dockerfiles for slightly better cache 2015-05-19 09:32:07 -07:00
Joe Ferguson a467ae8851 More resilient gpg getting
- move to "high-availability" [subset](https://sks-keyservers.net/overview-of-pools.php#pool_ha).
2015-04-22 17:50:09 -07:00
Deni Bertovic a736fc19a9 Add libbz2-dev to buildDeps
Closes #39
2015-04-02 18:58:32 +02:00
yosifkit c6e8f0d345 Merge pull request #38 from Turistforeningen/master
Configure Python with --enable-unicode=ucs4
2015-03-02 15:19:21 -08:00
Tianon Gravi db31004d42 Update to 3.4.3 2015-02-27 14:33:51 -07:00
Hans Kristian Flaatten 542719bf6a Configure Python with --enable-unicode=ucs4
Bulk update all Dockerfiles with the following command:

```bash
find . -name 'Dockerfile' | xargs sed -i '' 's/--enable-shared/--enable-shared --enable-unicode=ucs4/g'
```
2015-02-26 14:13:16 +01:00
Tianon Gravi 25134c1757 Add GPG verification to slim and wheezy variants too
Also, fix `update.sh` to actually hit both the slim and wheezy variants when bumping...
2015-02-09 12:16:38 -07:00
Tianon Gravi c0c674911c Fix slim sqlite3 runtime dependency 2014-12-02 00:52:38 -07:00
Joe Ferguson a4da65d869 Add python's other runtime/build deps 2014-12-01 16:00:42 -08:00
Tianon Gravi 01d9728883 Add slim variants 2014-11-26 11:31:57 -07:00