polkaned / dockerfiles

MIT License
109 stars 53 forks source link

Split RUN command to use docker caching. #20

Closed jkukul closed 4 years ago

jkukul commented 4 years ago

Expressvpn version tends to be updated regularly. If we split downloading it into a separate RUN command, we can take advantage of docker layer caching - the first RUN command doesn't need to be re-executed when expressvpn is upgraded.

polkaned commented 4 years ago

I change the version.

polkaned commented 4 years ago

I keep 1 RUN.