Skip to content

Commit

Permalink
Using Ruby 3.3 in Test DevContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
srbarrios authored and juliogonzalez committed Oct 4, 2024
1 parent d53aefe commit bd0a9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ COPY etc_pam.d_sshd /etc/pam.d/sshd
RUN mkdir /root/.ssh
COPY id_rsa_test_env /root/.ssh/id_rsa
CMD ssh-keygen -A && /usr/sbin/sshd -De
RUN curl https://raw.githubusercontent.com/uyuni-project/uyuni/master/testsuite/Gemfile -o Gemfile && bundle.ruby2.5 install && rm Gemfile
RUN curl https://raw.githubusercontent.com/uyuni-project/uyuni/master/testsuite/Gemfile -o Gemfile && bundle.ruby3.3 install && rm Gemfile
RUN mkdir -p /root/.pki/nssdb && \
certutil -d /root/.pki/nssdb -N
COPY bashrc /root/.bashrc
Expand Down

0 comments on commit bd0a9e4

Please sign in to comment.