I have the following dockerfile
FROM ubuntu:10.04 COPY this_file /home/ RUN apt-get update && apt-get install -y \\ cmake \\ gcc \\ g+