Created
October 21, 2014 05:17
-
-
Save mistermocha/bcc1e5b2f7f330074414 to your computer and use it in GitHub Desktop.
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
[root@centos-vbox docker]# docker build -t root/centos-node-hello . | |
Uploading context 16.38 kB | |
Uploading context | |
Step 0 : FROM centos:centos6 | |
---> 68edf809afe7 | |
Step 1 : RUN rpm -Uvh /root/docker/epel-release-7-2.noarch.rpm | |
---> Running in 549d7532db26 | |
/bin/sh: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory | |
2014/10/20 22:40:49 The command [/bin/sh -c rpm -Uvh /root/docker/epel-release-7-2.noarch.rpm] returned a non-zero code: 127 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment