Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
direvius committed May 14, 2018
1 parent e3f7852 commit 91599c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get update && \
apt-get install -yq --no-install-recommends ${BUILD_DEPS} && \
pip install --upgrade setuptools && \
pip install --upgrade pip && \
pip install --upgrade pip==9.0.3 && \
pip install https://api.github.com/repos/yandex/yandex-tank/tarball/${BRANCH} && \
apt-get autoremove -y ${BUILD_DEPS} && \
apt-get clean && \
Expand Down

0 comments on commit 91599c3

Please sign in to comment.