Skip to content

Commit

Permalink
bison is needed for ruby_3_2
Browse files Browse the repository at this point in the history
Adding bison was the purpose of the last PR, but I ended up removing it
from every image.
  • Loading branch information
k0kubun committed Feb 26, 2024
1 parent 9282a69 commit 9adf966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ COPY build_ruby.sh /tmp
RUN set -ex \
&& apt-get update \
&& apt-get install ${packages} \
autoconf patch build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev \
autoconf patch bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev \
libgmp-dev libncurses5-dev libffi-dev libgdbm6 libgdbm-dev libdb-dev uuid-dev \
libjemalloc-dev tzdata valgrind wget ca-certificates sudo docker.io libcapstone-dev \
&& bash -c "if [[ -n '$system_ruby' ]]; then apt-get install 'ruby${system_ruby}'; fi" \
Expand Down

0 comments on commit 9adf966

Please sign in to comment.