FROM ubuntu:latest RUN apt-get update RUN apt-get -y install git RUN apt-get -y install build-essential WORKDIR / RUN git clone https://github.com/opcm/pcm.git WORKDIR /pcm RUN make ENTRYPOINT ["/pcm/pcm.x"]