Skip to content

Commit a4b1adf

Browse files
committed
Removed gem update system
1 parent 114a370 commit a4b1adf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ RUN apt-get update && \
2323
${BUILD_DEPS}
2424

2525
# Set up RubyGems
26-
RUN gem update --system && \
27-
gem install bundler
26+
RUN gem install bundler
2827

2928
# Install Gems
3029
COPY ./gloom/Gemfile* ${APP_HOME}/gloom/

0 commit comments

Comments
 (0)