Closed
Description
Here is a dependency list for Debian-like systems
apt install -y build-essential cmake coreutils sed \
libreadline-dev libncurses5-dev libyaml-dev libssl-dev \
libcurl4-openssl-dev libunwind-dev libicu-dev \
python python-pip python-setuptools python-dev \
python-msgpack python-yaml python-argparse python-six python-gevent
I was creating docker image and caught the following error durinc cmake:
CMake Error at CMakeLists.txt:175 (message):
Unable to retrive version from git or /var/tarantool/docker-build/VERSION
file.
Installing git
fixes the issue.