Skip to content

Commit

Permalink
Another attempt to fix Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Hripko committed May 30, 2018
1 parent 933eddc commit 5546fdb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ RUN apt-get update && \
apt-get install -y nodejs && \
rm -rf /var/lib/apt/lists/*

# TODO: remove after https://github.com/docker-library/ruby/pull/209 was fixed.
ENV PATH "/usr/local/bundle/bin:${PATH}"

# Copy everything and build
ENV BUNDLE_BIN=
WORKDIR /usr/src/app
COPY Gemfile* ./
RUN bundler install
Expand Down

0 comments on commit 5546fdb

Please sign in to comment.