snippet apt
	RUN apt-get update \
		&& apt-get install --yes --no-install-recommends \
		&& apt-get clean \
		&& rm -rf /var/lib/apt/lists/*