From 764d302a21bd2442c2808bc802c95193b2cb8eea Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Mon, 28 Mar 2016 09:30:32 -0700 Subject: [PATCH] Fix python-config symlink --- 3.3/Dockerfile | 2 +- 3.3/alpine/Dockerfile | 2 +- 3.3/slim/Dockerfile | 2 +- 3.3/wheezy/Dockerfile | 2 +- 3.4/Dockerfile | 2 +- 3.4/alpine/Dockerfile | 2 +- 3.4/slim/Dockerfile | 2 +- 3.4/wheezy/Dockerfile | 2 +- 3.5/Dockerfile | 2 +- 3.5/alpine/Dockerfile | 2 +- 3.5/slim/Dockerfile | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/3.3/Dockerfile b/3.3/Dockerfile index df34466..69a4466 100644 --- a/3.3/Dockerfile +++ b/3.3/Dockerfile @@ -44,6 +44,6 @@ RUN cd /usr/local/bin \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ - && ln -s python-config3 python-config + && ln -s python3-config python-config CMD ["python3"] diff --git a/3.3/alpine/Dockerfile b/3.3/alpine/Dockerfile index 1d2d1cb..a03b15f 100644 --- a/3.3/alpine/Dockerfile +++ b/3.3/alpine/Dockerfile @@ -63,6 +63,6 @@ RUN cd /usr/local/bin \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ - && ln -s python-config3 python-config + && ln -s python3-config python-config CMD ["python3"] diff --git a/3.3/slim/Dockerfile b/3.3/slim/Dockerfile index 36dc630..0bcd6cd 100644 --- a/3.3/slim/Dockerfile +++ b/3.3/slim/Dockerfile @@ -65,6 +65,6 @@ RUN cd /usr/local/bin \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ - && ln -s python-config3 python-config + && ln -s python3-config python-config CMD ["python3"] diff --git a/3.3/wheezy/Dockerfile b/3.3/wheezy/Dockerfile index c041e74..43177e6 100644 --- a/3.3/wheezy/Dockerfile +++ b/3.3/wheezy/Dockerfile @@ -44,6 +44,6 @@ RUN cd /usr/local/bin \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ - && ln -s python-config3 python-config + && ln -s python3-config python-config CMD ["python3"] diff --git a/3.4/Dockerfile b/3.4/Dockerfile index 5b55148..040aea5 100644 --- a/3.4/Dockerfile +++ b/3.4/Dockerfile @@ -44,6 +44,6 @@ RUN cd /usr/local/bin \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ - && ln -s python-config3 python-config + && ln -s python3-config python-config CMD ["python3"] diff --git a/3.4/alpine/Dockerfile b/3.4/alpine/Dockerfile index 0b55fdc..e7eb0a5 100644 --- a/3.4/alpine/Dockerfile +++ b/3.4/alpine/Dockerfile @@ -64,6 +64,6 @@ RUN cd /usr/local/bin \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ - && ln -s python-config3 python-config + && ln -s python3-config python-config CMD ["python3"] diff --git a/3.4/slim/Dockerfile b/3.4/slim/Dockerfile index 828eac7..9b70046 100644 --- a/3.4/slim/Dockerfile +++ b/3.4/slim/Dockerfile @@ -65,6 +65,6 @@ RUN cd /usr/local/bin \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ - && ln -s python-config3 python-config + && ln -s python3-config python-config CMD ["python3"] diff --git a/3.4/wheezy/Dockerfile b/3.4/wheezy/Dockerfile index 9fcb4c5..e92fef6 100644 --- a/3.4/wheezy/Dockerfile +++ b/3.4/wheezy/Dockerfile @@ -44,6 +44,6 @@ RUN cd /usr/local/bin \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ - && ln -s python-config3 python-config + && ln -s python3-config python-config CMD ["python3"] diff --git a/3.5/Dockerfile b/3.5/Dockerfile index d849a9e..5879a97 100644 --- a/3.5/Dockerfile +++ b/3.5/Dockerfile @@ -44,6 +44,6 @@ RUN cd /usr/local/bin \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ - && ln -s python-config3 python-config + && ln -s python3-config python-config CMD ["python3"] diff --git a/3.5/alpine/Dockerfile b/3.5/alpine/Dockerfile index 9f838c2..2f50b96 100644 --- a/3.5/alpine/Dockerfile +++ b/3.5/alpine/Dockerfile @@ -64,6 +64,6 @@ RUN cd /usr/local/bin \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ - && ln -s python-config3 python-config + && ln -s python3-config python-config CMD ["python3"] diff --git a/3.5/slim/Dockerfile b/3.5/slim/Dockerfile index 9a7cda4..671265a 100644 --- a/3.5/slim/Dockerfile +++ b/3.5/slim/Dockerfile @@ -65,6 +65,6 @@ RUN cd /usr/local/bin \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ - && ln -s python-config3 python-config + && ln -s python3-config python-config CMD ["python3"]