We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db09055 commit 1a1c7bcCopy full SHA for 1a1c7bc
Dockerfile
@@ -50,7 +50,7 @@ RUN apt-get update && \
50
else \
51
echo export "GIT_SSH_COMMAND=\"ssh -o StrictHostKeyChecking=no -o ConnectTimeout=30 -o ProxyCommand='nc -X 5 -x ${socks_proxy} %h %p'\"" >> ${HOME}/.bashrc; \
52
fi && \
53
- python3 -m pip install --no-cache-dir -U pip setuptools && \
+ python3 -m pip install --no-cache-dir -U pip==20.0.1 setuptools && \
54
ln -fs /usr/share/zoneinfo/${TZ} /etc/localtime && \
55
dpkg-reconfigure -f noninteractive tzdata && \
56
add-apt-repository --remove ppa:mc3man/gstffmpeg-keep -y && \
0 commit comments