Skip to content

Commit

Permalink
not to update RubyGems bue to nokogiki error
Browse files Browse the repository at this point in the history
  • Loading branch information
odk211 committed Apr 30, 2016
1 parent 9e2653c commit 5c633c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion passenger-ruby22-nodejs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ RUN apt-get update \
&& npm install -g npm \
&& rm -rf /pd_build \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
&& gem update --system \
&& gem update bundler \
&& gem cleanup
1 change: 0 additions & 1 deletion passenger-ruby22/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ FROM phusion/passenger-ruby22:0.9.18
RUN apt-get update \
&& apt-get upgrade -y -o Dpkg::Options::="--force-confold" \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
&& gem update --system \
&& gem update bundler \
&& gem cleanup

0 comments on commit 5c633c5

Please sign in to comment.