0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 13:43:04 -05:00

added --no-cache

This commit is contained in:
Bert van der Weerd 2022-12-14 12:14:47 +01:00
parent d94439dc72
commit b634c2fea6
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0

View file

@ -144,7 +144,7 @@ fixfuzz :
build_image=librewolf-build-image
docker-build-image :
docker build -t $(build_image) - < assets/Dockerfile
docker build --no-cache -t $(build_image) - < assets/Dockerfile
docker-run-build-job :
docker run --rm $(build_image) sh -c "git pull && make check && make fetch && make all"