From 88b945b907eee025e33b259c95a61c7fe5d213c0 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Wed, 12 Aug 2015 19:59:52 +0300 Subject: Make the samples independent of the library's CMakeLists --- samples/echobot/Dockerfile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 samples/echobot/Dockerfile (limited to 'samples/echobot/Dockerfile') diff --git a/samples/echobot/Dockerfile b/samples/echobot/Dockerfile new file mode 100644 index 0000000..8d8bca5 --- /dev/null +++ b/samples/echobot/Dockerfile @@ -0,0 +1,9 @@ +FROM reo7sp/tgbot-cpp +MAINTAINER Oleg Morozenkov +ENV REFRESHED_AT 2015-08-12 + +WORKDIR /tmp/echobot +COPY . . +RUN cmake . +RUN make -j4 +CMD ./echobot -- cgit v1.2.3