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 -o Python-3.8.7.tgz https://www.python.org/ftp/python/3.8.7/Python-3.8.7.tgz && tar -xvf Python-3.8.7.tgz && cd Python-3.8.7 && ./configure --enable-optimizations && make install
11
13
RUN curl -o /usr/local/bin/repo https://storage.googleapis.com/git-repo-downloads/repo \
0 commit comments