mirror of
https://github.com/curl/curl.git
synced 2026-08-09 00:34:19 +03:00
dmaketgz: use --no-cache when building docker image
Fixes #15689 Closes #15690
This commit is contained in:
parent
f707783630
commit
4bba14c35d
2 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ if test -f Makefile; then
|
|||
make distclean
|
||||
fi
|
||||
docker build \
|
||||
--no-cache \
|
||||
--build-arg SOURCE_DATE_EPOCH="$timestamp" \
|
||||
--build-arg UID="$(id -u)" \
|
||||
--build-arg GID="$(id -g)" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue