Closed jkukul closed 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.
I change the version.
I keep 1 RUN.
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.