Skip to content

Commit

Permalink
Fix docker-py version for squash script
Browse files Browse the repository at this point in the history
  • Loading branch information
mfojtik committed Jul 13, 2015
1 parent f77a6fc commit 5fe4cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ VERSION=$2

function squash {
# install the docker layer squashing tool
easy_install --user docker-scripts==0.4.1
easy_install --user docker_py==1.2.3 docker-scripts==0.4.2
base=$(awk '/^FROM/{print $2}' $1)
$HOME/.local/bin/docker-scripts squash -f $base ${IMAGE_NAME}
}
Expand Down

0 comments on commit 5fe4cbb

Please sign in to comment.