From bd0a9e434a7659cad63a95c957faab464cf46ee3 Mon Sep 17 00:00:00 2001 From: Oscar Barrios Date: Mon, 30 Sep 2024 16:48:41 +0200 Subject: [PATCH] Using Ruby 3.3 in Test DevContainer --- .devcontainer/test/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/test/Dockerfile b/.devcontainer/test/Dockerfile index f7d2ae9b5ad1..9501f8606581 100644 --- a/.devcontainer/test/Dockerfile +++ b/.devcontainer/test/Dockerfile @@ -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