Fix Dockerfiles
According to docker best practices, apt-get update
should never be its
own RUN command as this causes issues with caching.
According to docker best practices, apt-get update
should never be its
own RUN command as this causes issues with caching.