File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,16 @@ FROM almalinux:9
22
33WORKDIR /
44
5- RUN dnf install -y --enablerepo=crb vim wget git rpm-build java-11 -openjdk java-11 -openjdk-devel libyaml-devel zlib zlib-devel gcc-c++ patch readline readline-devel libffi-devel openssl-devel make bzip2 autoconf automake libtool bison sqlite-devel
5+ RUN dnf install -y --enablerepo=crb vim wget git rpm-build java-17 -openjdk java-17 -openjdk-devel libyaml-devel zlib zlib-devel gcc-c++ patch readline readline-devel libffi-devel openssl-devel make bzip2 autoconf automake libtool bison sqlite-devel
66RUN wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein
77RUN chmod a+x lein
88RUN mv lein /usr/local/bin
99RUN wget -q https://github.com/rbenv/rbenv-installer/raw/HEAD/bin/rbenv-installer -O- | bash
1010# todo: it would be great if we could get the used ruby version from openvox-agent and use it here
1111# and maybe don't randomly download rbenv and leiningen
1212# and how bad is it that we hardcode java 11 above?
13- RUN /bin/bash --login -c 'rbenv install 3.2.8 '
14- RUN /bin/bash --login -c 'rbenv global 3.2.8 '
13+ RUN /bin/bash --login -c 'rbenv install 3.2.9 '
14+ RUN /bin/bash --login -c 'rbenv global 3.2.9 '
1515RUN git config --global user.email "openvox@voxpupuli.org"
1616RUN git config --global user.name "Vox Pupuli"
1717RUN git config --global --add safe.directory /code
You can’t perform that action at this time.
0 commit comments