From f824cf4060ec22579b2ddd90b70e4da644ab045b Mon Sep 17 00:00:00 2001 From: samuelgm-openai <173856549+samuelgm-openai@users.noreply.github.com> Date: Thu, 20 Feb 2025 14:05:42 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b9a02df..d2f53f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -88,7 +88,7 @@ RUN apt-get install -y \ RUN apt-get install -y \ nginx \ --no-install-recommends -RUN gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB && \ +RUN gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB && \ curl -sSL https://get.rvm.io | bash -s stable && \ usermod -a -G rvm root RUN bash -c 'source /etc/profile.d/rvm.sh && rvm install ruby 3.3.4'