1 2 3 4 5 6 7 8
FROM reo7sp/tgbot-cpp MAINTAINER Oleg Morozenkov <m@oleg.rocks> WORKDIR /usr/src/received-text-processing COPY . . RUN cmake . RUN make -j4 CMD ./received-text-processing