I have the following Dockerfile:
FROM rocker/tidyverse:latest ADD install_packages.R /tmp/install_packages.R RUN apt-get update && apt-get install -y