diff --git a/dockerfile b/dockerfile index 0ee1ea43d19b55987ea0e64ef24a46bbd0572ba8..6cdd9ba473e9764343a08456800697a9657761f6 100644 --- a/dockerfile +++ b/dockerfile @@ -17,7 +17,7 @@ RUN apt-get update && \ apt-get install -y tar wget dfu-util cmake python curl && \ apt-get -qy autoremove -#Install pip from PyPa +#Install current pip from PyPa RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \ python get-pip.py diff --git a/dockerfile-nogit b/dockerfile-nogit index 1de8f6f5ea5868616055794f252de8ec68a93b59..b1dd378d9af155851bebfe7acc3d6d31547127b3 100644 --- a/dockerfile-nogit +++ b/dockerfile-nogit @@ -14,10 +14,11 @@ RUN apt-get update && \ apt-get install -y git tar wget dfu-util cmake python3 ccache curl && \ apt-get -qy autoremove -#Install pip from PyPa +#Install current pip from PyPa RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \ python get-pip.py +#Fetch additional dependencies from Python 3.x pip RUN pip install pyyaml # Grab the GNU ARM toolchain from arm.com