Merge pull request #99 from infosiftr/python-config
Fix python-config symlink
This commit is contained in:
commit
e327311c1e
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue