Skip to content

Instantly share code, notes, and snippets.

@sharonovd
Created November 7, 2018 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sharonovd/51a9785acba8e83c5a944919f6646cdb to your computer and use it in GitHub Desktop.
Save sharonovd/51a9785acba8e83c5a944919f6646cdb to your computer and use it in GitHub Desktop.
d:cia d.sharonov$ docker build .
Sending build context to Docker daemon 60.7MB
Step 1/5 : FROM centos:7
---> 49f7960eb7e4
Step 2/5 : COPY ./SDK /root/SDK
---> Using cache
---> 6c60e5bb0d31
Step 3/5 : COPY ./cia /root/cia
---> Using cache
---> 4462b7b2da25
Step 4/5 : RUN cd /root/SDK && source ./env.sh && tarantoolapp pack --name cia --version 0.1 tgz ../cia
---> Running in 61a750156010
Missing dependencies for cia scm-1:
http == 1.0.5-1 (not installed)
stat == 0.3.1-1 (not installed)
cluster == 0.3.0-1 (not installed)
ldecnumber == 1.1.3-1 (not installed)
cia scm-1 depends on http == 1.0.5-1 (not installed)
Installing http://rocks.tarantool.org/http-1.0.5-1.rockspec
Error: Failed installing dependency: http://rocks.tarantool.org/http-1.0.5-1.rockspec - Could not find header file for TARANTOOL
No file tarantool/module.h in /usr/local/include
No file tarantool/module.h in /usr/include
You may have to install TARANTOOL in your system and/or pass TARANTOOL_DIR or TARANTOOL_INCDIR to the luarocks command.
Example: luarocks install http TARANTOOL_DIR=/usr/local
Packing tar.gz file
Packing tar.gz in: /tmp/gJ5qsq
warning: git not found. It is possible that some of the extra files normally ignored are shipped to the resulting package.
error: Failed to install rocks
The command '/bin/sh -c cd /root/SDK && source ./env.sh && tarantoolapp pack --name cia --version 0.1 tgz ../cia' returned a non-zero code: 1
d:cia d.sharonov$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment