Skip to content

Commit

Permalink
Change version of cpp_redis and tacopie dependency in Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Yushkevich <[email protected]>
  • Loading branch information
neewy authored and kamilsa committed Dec 27, 2017
1 parent 146d3ae commit 05ee702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/develop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ RUN git clone https://github.com/jtv/libpqxx /tmp/libpqxx; \

# install cpp_redis with tacopie
RUN git clone https://github.com/Cylix/cpp_redis /tmp/cpp_redis; \
(cd /tmp/cpp_redis ; git checkout 727aa5f06c8ce498168cbab5a023cad5b9c00bc0); \
(cd /tmp/cpp_redis ; git checkout f390eef447a62dcb6da288fb1e91f25f8a9b838c); \
git clone https://github.com/Cylix/tacopie /tmp/cpp_redis/tacopie; \
(cd /tmp/cpp_redis/tacopie ; git checkout 290dc38681f346adae41d3cc8feabbe534424675); \
(cd /tmp/cpp_redis/tacopie ; git checkout 4c551b8ff1c53c5fa63286371c9c884254fc9423); \
cmake -H/tmp/cpp_redis -B/tmp/cpp_redis/build; \
cmake --build /tmp/cpp_redis/build --target install -- -j${PARALLELISM}; \
rm -rf /tmp/cpp_redis
Expand Down

0 comments on commit 05ee702

Please sign in to comment.