Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
pastak committed Jul 24, 2015
1 parent f1c30c0 commit 41ddc7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ADD ./ /tmp/build
RUN mkdir -p ~/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
RUN echo "%_topdir $HOME/rpmbuild" > ~/.rpmmacros
RUN yum install rpm-build ruby ruby-devel make rubygems gcc-c++ -y
RUN gem install package_cloud
RUN gem install package_cloud --no-ri --no-rdoc
ENV LANG en_US.UTF-8
RUN chmod -v +x /tmp/build/rhel.sh
RUN cd /tmp/build && bash ./rhel.sh

0 comments on commit 41ddc7c

Please sign in to comment.