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

@ -112,3 +112,4 @@ Christian Weisgerber <naddy@mips.inka.de> <curl-library@lists.haxx.se>
Moritz Buhl <git@moritzbuhl.de>
Aki Sakurai <75532970+AkiSakurai@users.noreply.github.com>
Sinkevich Artem <artsin666@gmail.com>
Andrew Kirillov <akirillo@uk.ibm.com>

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