If you are like me then you have probably written the following code a lot as the first command in your Dockerfile: RUN apt-get update && apt-get install git wget or maybe you need to build a C program to run in your container and use something like this: RUN apt-get update && \ apt-get install autoconf… Continue reading Container of the Week – buildpack-deps