You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN curl.exe -o get-pip.py https://bootstrap.pypa.io/get-pip.py
13
+
RUN python get-pip.py
14
+
RUN pip install docker-compose
15
+
RUN curl.exe -Lo /Python37/lib/site-packages/docker/transport/npipesocket.py https://raw.githubusercontent.com/docker/docker-py/015f44d8f833df64e326d08f347b7f54e3c0d99f/docker/transport/npipesocket.py
0 commit comments