Fixing python in the dockerfiles

For some misterious reason it broke...
This commit is contained in:
Erwin Ried
2020-05-20 14:48:44 +02:00
parent 9f72e62db7
commit 6e590d0764
2 changed files with 12 additions and 2 deletions

View File

@@ -23,6 +23,11 @@ RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
#Fetch additional dependencies from Python 2.x pip
RUN pip install pyyaml
RUN ln -s /usr/bin/python3 /usr/bin/python && \
ln -s /usr/bin/pip3 /usr/bin/pip
ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8
#Grab the GNU ARM toolchain from arm.com
#Then extract contents to /opt/build/armbin/