Skip to content

Commit

Permalink
fix ruby-22 scl enablement
Browse files Browse the repository at this point in the history
  • Loading branch information
bparees committed Dec 7, 2015
1 parent 43aa4a4 commit 34876f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/extended/fixtures/test-build-app/Dockerfile
Expand Up @@ -4,7 +4,7 @@ EXPOSE 8080
ENV RACK_ENV production
ENV RAILS_ENV production
COPY . /opt/app-root/src/
RUN scl enable ror40 "bundle install"
CMD ["scl", "enable", "ror40", "./run.sh"]
RUN scl enable rh-ruby22 "bundle install"
CMD ["scl", "enable", "rh-ruby22", "./run.sh"]

USER default

0 comments on commit 34876f1

Please sign in to comment.