Skip to content
Snippets Groups Projects
Commit 8ebee848 authored by Dan Villiom Podlaski Christiansen's avatar Dan Villiom Podlaski Christiansen
Browse files

ci: disable apk cache when building images

parent 40c5e747
No related branches found
No related tags found
1 merge request!63CI tweaks and refactorings
......@@ -21,7 +21,7 @@
set -xe
apk add $BUILDDEPENDS $RUNDEPENDS
apk add --no-cache $BUILDDEPENDS $RUNDEPENDS
python -m pip --no-cache-dir install $PIPDEPENDS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment