Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f09b244

Browse filesBrowse files
author
Doug Greiman
committed
Add --no-cache flag, since it's usually what you want.
1 parent bf4cd13 commit f09b244
Copy full SHA for f09b244

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎update_tools.sh

Copy file name to clipboardExpand all lines: update_tools.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ usage() {
2222
}
2323

2424
if [ "$#" -eq 0 ] ; then
25-
docker build -f tools/update_tools/Dockerfile --tag rules_python:update_tools .
25+
docker build --no-cache -f tools/update_tools/Dockerfile --tag rules_python:update_tools .
2626
docker run -v"$PWD":/opt/rules_python_source rules_python:update_tools
2727
elif [ "$#" -eq 1 -a "$1" == "--nodocker" ] ; then
2828
bazel build //rules_python:piptool.par //rules_python:whltool.par

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.