Permalink
Browse files

Switched to yum (dn. apparently hasn't made it to RHEL or Centos)

  • Loading branch information...
1 parent 8e8f9bf commit 5c3a53c1172958ef423de44f3e9c9527b4126155 @kleetus kleetus committed Dec 7, 2015
Showing with 3 additions and 3 deletions.
  1. +3 −3 Dockerfile
View
@@ -1,7 +1,7 @@
-# build bitcore from source
-FROM fedora:latest
+# setup a centos image with bitcore binary components
+FROM centos:latest
MAINTAINER Chris Kleeschulte <[email protected]>
-RUN dnf -y install git-all curl which xz tar findutils
+RUN yum -y install git curl which xz tar findutils
RUN groupadd bitcore
RUN useradd bitcore -m -s /bin/bash -g bitcore
ENV HOME /home/bitcore

0 comments on commit 5c3a53c

Please sign in to comment.