Drop bad symlink.

This commit is contained in:
kondzik 2014-10-01 23:33:05 +02:00
parent 522a394746
commit 5da3b09cc5
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ RUN ./configure \
RUN cd /usr/local/bin \
&& ln -s easy_install-3.4 easy_install \
&& ln -s idle3 idle \
&& ln -s pip3 pip \
&& ln -s pydoc3 pydoc \
&& ln -s python3 python \
&& ln -s python-config3 python-config