Skip to content

Commit

Permalink
fix: add ruby-dev to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Sep 8, 2021
1 parent 46f272c commit 00160dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ RUN td=$(mktemp) \
&& chmod +x /usr/local/bin/gh \
&& rm -rf $td $tdd

RUN gem install bundler
RUN gem install bundler && \
apt-get update && \
apt-get install -y --no-install-recommends ruby-dev

ADD go.mod go.mod
ADD go.sum go.sum
Expand Down

0 comments on commit 00160dd

Please sign in to comment.