Skip to content

Instantly share code, notes, and snippets.

@tnir
Created June 8, 2016 03:17
Show Gist options
  • Save tnir/71246f0087356c4e0090de8ca2e42a55 to your computer and use it in GitHub Desktop.
Save tnir/71246f0087356c4e0090de8ca2e42a55 to your computer and use it in GitHub Desktop.
Docker Pythonイメージのwheezyって何? ref: http://qiita.com/tnir/items/4a4a1bfaf00b443767b4
$ diff -u <(curl -sSL https://raw.githubusercontent.com/docker-library/python/9383f7d4d2f96068e8957651aa3588fee8b48f71/2.7/wheezy/Dockerfile) <(curl -sSL https://raw.githubusercontent.com/docker-library/python/9383f7d4d2f96068e8957651aa3588fee8b48f71/2.7/Dockerfile)
--- /dev/fd/63 2016-06-08 12:09:22.000000000 +0900
+++ /dev/fd/62 2016-06-08 12:09:22.000000000 +0900
@@ -1,4 +1,4 @@
-FROM buildpack-deps:wheezy
+FROM buildpack-deps:jessie
# remove several traces of debian python
RUN apt-get purge -y python.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment