mirror of
https://github.com/curl/curl.git
synced 2026-04-14 18:31:42 +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
1
.mailmap
1
.mailmap
|
|
@ -112,3 +112,4 @@ Christian Weisgerber <naddy@mips.inka.de> <curl-library@lists.haxx.se>
|
||||||
Moritz Buhl <git@moritzbuhl.de>
|
Moritz Buhl <git@moritzbuhl.de>
|
||||||
Aki Sakurai <75532970+AkiSakurai@users.noreply.github.com>
|
Aki Sakurai <75532970+AkiSakurai@users.noreply.github.com>
|
||||||
Sinkevich Artem <artsin666@gmail.com>
|
Sinkevich Artem <artsin666@gmail.com>
|
||||||
|
Andrew Kirillov <akirillo@uk.ibm.com>
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,7 @@ if test -f Makefile; then
|
||||||
make distclean
|
make distclean
|
||||||
fi
|
fi
|
||||||
docker build \
|
docker build \
|
||||||
|
--no-cache \
|
||||||
--build-arg SOURCE_DATE_EPOCH="$timestamp" \
|
--build-arg SOURCE_DATE_EPOCH="$timestamp" \
|
||||||
--build-arg UID="$(id -u)" \
|
--build-arg UID="$(id -u)" \
|
||||||
--build-arg GID="$(id -g)" \
|
--build-arg GID="$(id -g)" \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue