Created
October 17, 2018 04:37
-
-
Save stelleg/ff99caaab5c9ce4d4a2fdcd92ec31d13 to your computer and use it in GitHub Desktop.
centos tapir Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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