Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 764d302

Browse filesBrowse files
committed
Fix python-config symlink
1 parent 7919b85 commit 764d302
Copy full SHA for 764d302

11 files changed

+11-11Lines changed: 11 additions & 11 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎3.3/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.3/Dockerfile
+1-1Lines 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"]
Collapse file

‎3.3/alpine/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.3/alpine/Dockerfile
+1-1Lines 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"]
Collapse file

‎3.3/slim/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.3/slim/Dockerfile
+1-1Lines 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"]
Collapse file

‎3.3/wheezy/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.3/wheezy/Dockerfile
+1-1Lines 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"]
Collapse file

‎3.4/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.4/Dockerfile
+1-1Lines 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"]
Collapse file

‎3.4/alpine/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.4/alpine/Dockerfile
+1-1Lines 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"]
Collapse file

‎3.4/slim/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.4/slim/Dockerfile
+1-1Lines 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"]
Collapse file

‎3.4/wheezy/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.4/wheezy/Dockerfile
+1-1Lines 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"]
Collapse file

‎3.5/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.5/Dockerfile
+1-1Lines 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"]
Collapse file

‎3.5/alpine/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.5/alpine/Dockerfile
+1-1Lines 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"]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.