We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf4cd13 commit f09b244Copy full SHA for f09b244
update_tools.sh
@@ -22,7 +22,7 @@ usage() {
22
}
23
24
if [ "$#" -eq 0 ] ; then
25
- docker build -f tools/update_tools/Dockerfile --tag rules_python:update_tools .
+ docker build --no-cache -f tools/update_tools/Dockerfile --tag rules_python:update_tools .
26
docker run -v"$PWD":/opt/rules_python_source rules_python:update_tools
27
elif [ "$#" -eq 1 -a "$1" == "--nodocker" ] ; then
28
bazel build //rules_python:piptool.par //rules_python:whltool.par
0 commit comments