Skip to content

Commit e327311

Browse files
committed
Merge pull request #99 from infosiftr/python-config
Fix python-config symlink
2 parents 7919b85 + 764d302 commit e327311

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

3.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ RUN cd /usr/local/bin \
4444
&& ln -s idle3 idle \
4545
&& ln -s pydoc3 pydoc \
4646
&& ln -s python3 python \
47-
&& ln -s python-config3 python-config
47+
&& ln -s python3-config python-config
4848

4949
CMD ["python3"]

3.3/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ RUN cd /usr/local/bin \
6363
&& ln -s idle3 idle \
6464
&& ln -s pydoc3 pydoc \
6565
&& ln -s python3 python \
66-
&& ln -s python-config3 python-config
66+
&& ln -s python3-config python-config
6767

6868
CMD ["python3"]

3.3/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ RUN cd /usr/local/bin \
6565
&& ln -s idle3 idle \
6666
&& ln -s pydoc3 pydoc \
6767
&& ln -s python3 python \
68-
&& ln -s python-config3 python-config
68+
&& ln -s python3-config python-config
6969

7070
CMD ["python3"]

3.3/wheezy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ RUN cd /usr/local/bin \
4444
&& ln -s idle3 idle \
4545
&& ln -s pydoc3 pydoc \
4646
&& ln -s python3 python \
47-
&& ln -s python-config3 python-config
47+
&& ln -s python3-config python-config
4848

4949
CMD ["python3"]

3.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ RUN cd /usr/local/bin \
4444
&& ln -s idle3 idle \
4545
&& ln -s pydoc3 pydoc \
4646
&& ln -s python3 python \
47-
&& ln -s python-config3 python-config
47+
&& ln -s python3-config python-config
4848

4949
CMD ["python3"]

3.4/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ RUN cd /usr/local/bin \
6464
&& ln -s idle3 idle \
6565
&& ln -s pydoc3 pydoc \
6666
&& ln -s python3 python \
67-
&& ln -s python-config3 python-config
67+
&& ln -s python3-config python-config
6868

6969
CMD ["python3"]

3.4/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ RUN cd /usr/local/bin \
6565
&& ln -s idle3 idle \
6666
&& ln -s pydoc3 pydoc \
6767
&& ln -s python3 python \
68-
&& ln -s python-config3 python-config
68+
&& ln -s python3-config python-config
6969

7070
CMD ["python3"]

3.4/wheezy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ RUN cd /usr/local/bin \
4444
&& ln -s idle3 idle \
4545
&& ln -s pydoc3 pydoc \
4646
&& ln -s python3 python \
47-
&& ln -s python-config3 python-config
47+
&& ln -s python3-config python-config
4848

4949
CMD ["python3"]

3.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ RUN cd /usr/local/bin \
4444
&& ln -s idle3 idle \
4545
&& ln -s pydoc3 pydoc \
4646
&& ln -s python3 python \
47-
&& ln -s python-config3 python-config
47+
&& ln -s python3-config python-config
4848

4949
CMD ["python3"]

3.5/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ RUN cd /usr/local/bin \
6464
&& ln -s idle3 idle \
6565
&& ln -s pydoc3 pydoc \
6666
&& ln -s python3 python \
67-
&& ln -s python-config3 python-config
67+
&& ln -s python3-config python-config
6868

6969
CMD ["python3"]

3.5/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ RUN cd /usr/local/bin \
6565
&& ln -s idle3 idle \
6666
&& ln -s pydoc3 pydoc \
6767
&& ln -s python3 python \
68-
&& ln -s python-config3 python-config
68+
&& ln -s python3-config python-config
6969

7070
CMD ["python3"]

0 commit comments

Comments
 (0)