summaryrefslogtreecommitdiff
path: root/samples/inline-keyboard/Dockerfile
diff options
context:
space:
mode:
authorllnulldisk <48621230+llnulldisk@users.noreply.github.com>2022-09-30 17:46:58 +0200
committerllnulldisk <48621230+llnulldisk@users.noreply.github.com>2022-09-30 17:46:58 +0200
commit70b02c460b55f6a6722a852704ee7d916c48ed47 (patch)
tree6b9134d703edcc2e173ad3218daac1b3ecd4e6a1 /samples/inline-keyboard/Dockerfile
parentd9dfa73edda127580e0961c89d8fafa56735f672 (diff)
Update docker files and CMakeLists
Diffstat (limited to 'samples/inline-keyboard/Dockerfile')
-rw-r--r--samples/inline-keyboard/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/inline-keyboard/Dockerfile b/samples/inline-keyboard/Dockerfile
index a65d5a1..7e8e97a 100644
--- a/samples/inline-keyboard/Dockerfile
+++ b/samples/inline-keyboard/Dockerfile
@@ -4,5 +4,5 @@ MAINTAINER Oleg Morozenkov <a@reo7sp.ru>
WORKDIR /usr/src/inline-keyboard
COPY . .
RUN cmake .
-RUN make
+RUN make -j4
CMD ./inline-keyboard