Skip to content

Instantly share code, notes, and snippets.

@sharonovd
Last active November 7, 2018 15:52
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/2a2d6def59934907673de81613623527 to your computer and use it in GitHub Desktop.
Save sharonovd/2a2d6def59934907673de81613623527 to your computer and use it in GitHub Desktop.
FROM centos:7
COPY ./SDK /root/SDK
COPY ./cia /root/cia
RUN cd /root/SDK && source ./env.sh && tarantoolapp pack --name cia --version 0.1 tgz ../cia
WORKDIR /root/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment