Skip to content

Instantly share code, notes, and snippets.

@stelleg
Created October 17, 2018 04:37
Show Gist options
  • Save stelleg/ff99caaab5c9ce4d4a2fdcd92ec31d13 to your computer and use it in GitHub Desktop.
Save stelleg/ff99caaab5c9ce4d4a2fdcd92ec31d13 to your computer and use it in GitHub Desktop.
centos tapir Dockerfile
FROM centos
ADD tapir.tgz /usr/
ADD hello /tapir/hello
RUN yum update -y && yum install -y libcilkrts libedit gcc make
RUN ln -s /usr/lib64/libcilkrts.so.5 /usr/lib/libcilkrts.so
CMD [ "/bin/bash" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment