dmaketgz: use --no-cache when building docker image

Fixes #15689
Closes #15690
This commit is contained in:
andrewkirillov-ibm 2024-12-05 10:48:50 +00:00 committed by Daniel Stenberg
parent f707783630
commit 4bba14c35d
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 2 additions and 0 deletions

View file

@ -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)" \