Skip to content

Commit

Permalink
Fix: also install ruby-etc in order for "gem update" to work (#178)
Browse files Browse the repository at this point in the history
Completely unexpected, all of a sudden we need an additional
depenendency for "gem update" to work. We don't know why or when,
all we know the Docker no longer wants to build. This fixes the
problem.
  • Loading branch information
TrueBrain authored Dec 13, 2020
1 parent 510c3d5 commit 66b4449
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN apk --no-cache add \
ruby \
ruby-bigdecimal \
ruby-dev \
ruby-etc \
ruby-json \
ruby-rdoc \
&& echo "gem: --no-ri --no-rdoc --no-document" > ~/.gemrc \
Expand Down

0 comments on commit 66b4449

Please sign in to comment.