Skip to content

Commit

Permalink
Fedora 21 container needs tar as well
Browse files Browse the repository at this point in the history
  • Loading branch information
nzwulfin committed May 14, 2015
1 parent 425829d commit 56871cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM fedora:20
FROM fedora:latest
MAINTAINER [email protected]
WORKDIR /tmp
RUN yum upgrade -y
RUN yum install -y libcurl-devel zlib-devel patch rubygem-bundler ruby-devel git make gcc gcc-c++
RUN yum install -y tar libcurl-devel zlib-devel patch rubygem-bundler ruby-devel git make gcc gcc-c++

ADD config.rb /tmp/config.rb
ADD data /tmp/data
Expand Down

0 comments on commit 56871cb

Please sign in to comment.