Jul 12, 2016but what i would like to do is to apply ?nocache=1 to every url related to the site (including the assets like style.css) so that i get the non cached version of the files. Feb 24, 2016i have build a docker image from a docker file using the below command. When creating dockerfiles using an alpine image, i have often seen the use of either apk add --no-cache, or apk add followed by an rm /var/cache/apk/* statement.